mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 06:32:33 +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
5
app/src/types/config.d.ts
vendored
5
app/src/types/config.d.ts
vendored
|
|
@ -441,6 +441,11 @@ declare namespace Config {
|
|||
* - `2`: Do not trigger the floating window
|
||||
*/
|
||||
floatWindowMode: number;
|
||||
/**
|
||||
* Hover delay of the floating window in milliseconds.
|
||||
* Only takes effect when `floatWindowMode` is `0`.
|
||||
*/
|
||||
floatWindowDelay: number;
|
||||
/**
|
||||
* The font used in the editor
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue