mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 12:20:16 +01:00
🎨 Support configuring the floating window hover trigger delay (#17123)
* 🎨 Support configuring the floating window hover trigger delay * 🎨 Support configuring the floating window hover trigger delay
This commit is contained in:
parent
ec4424265a
commit
2739def842
22 changed files with 82 additions and 2 deletions
|
|
@ -191,7 +191,7 @@ export const initBlockPopover = (app: App) => {
|
|||
}
|
||||
clearTimeout(timeoutHide);
|
||||
showPopover(app);
|
||||
}, 620);
|
||||
}, window.siyuan.config.editor.floatWindowDelay);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue