mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	chore(react): remove debug log
This commit is contained in:
		| @@ -476,7 +476,6 @@ export function useTooltip(elRef: RefObject<HTMLElement>, config: Partial<Toolti | |||||||
|  |  | ||||||
|         const $el = $(elRef.current); |         const $el = $(elRef.current); | ||||||
|         $el.tooltip("show"); |         $el.tooltip("show"); | ||||||
|         console.log("Show tooltip ", elRef.current); |  | ||||||
|     }, [ elRef, config ]); |     }, [ elRef, config ]); | ||||||
|  |  | ||||||
|     const hideTooltip = useCallback(() => { |     const hideTooltip = useCallback(() => { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user