mirror of
https://github.com/zadam/trilium.git
synced 2025-12-18 05:14:24 +01:00
feat(breadcrumb): disable tooltip animation for faster input
This commit is contained in:
parent
e043f30cc6
commit
1c05f5e5c3
@ -81,6 +81,7 @@ function StatusBarDropdown({ children, icon, text, buttonClassName, titleOptions
|
|||||||
...titleOptions?.popperConfig,
|
...titleOptions?.popperConfig,
|
||||||
strategy: "fixed"
|
strategy: "fixed"
|
||||||
},
|
},
|
||||||
|
animation: false,
|
||||||
...titleOptions
|
...titleOptions
|
||||||
}}
|
}}
|
||||||
dropdownOptions={{
|
dropdownOptions={{
|
||||||
@ -120,6 +121,7 @@ function StatusBarButton({ className, icon, text, title, active, ...restProps }:
|
|||||||
placement: "top",
|
placement: "top",
|
||||||
fallbackPlacements: [ "top" ],
|
fallbackPlacements: [ "top" ],
|
||||||
popperConfig: { strategy: "fixed" },
|
popperConfig: { strategy: "fixed" },
|
||||||
|
animation: false,
|
||||||
title
|
title
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user