🎨 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:
Jeffrey Chen 2026-03-02 23:13:02 +08:00 committed by GitHub
parent ec4424265a
commit 2739def842
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 82 additions and 2 deletions

View file

@ -191,7 +191,7 @@ export const initBlockPopover = (app: App) => {
}
clearTimeout(timeoutHide);
showPopover(app);
}, 620);
}, window.siyuan.config.editor.floatWindowDelay);
});
};