mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
fixed tab header animations, allow disabling animations globally #6147
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
search-panel(
|
||||
*ngIf='showSearchPanel && hasFocus',
|
||||
@toolbarSlide,
|
||||
[@.disabled]='!config.store.accessibility.animations'
|
||||
[frontend]='frontend',
|
||||
(close)='showSearchPanel = false; frontend?.cancelSearch()'
|
||||
)
|
||||
|
Reference in New Issue
Block a user