mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 13:50:42 +08:00
chore(react): remove debug log
This commit is contained in:
parent
a4da002352
commit
28a472782f
1 changed files with 0 additions and 1 deletions
|
|
@ -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(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue