mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 12:24:25 +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,
|
||||
strategy: "fixed"
|
||||
},
|
||||
animation: false,
|
||||
...titleOptions
|
||||
}}
|
||||
dropdownOptions={{
|
||||
@ -120,6 +121,7 @@ function StatusBarButton({ className, icon, text, title, active, ...restProps }:
|
||||
placement: "top",
|
||||
fallbackPlacements: [ "top" ],
|
||||
popperConfig: { strategy: "fixed" },
|
||||
animation: false,
|
||||
title
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user