mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-30 14:20:18 +08:00
fixed search - fixes #6197
This commit is contained in:
parent
3cce468bf3
commit
b6d0bd2d43
@ -3,7 +3,7 @@
|
||||
search-panel(
|
||||
*ngIf='showSearchPanel && hasFocus',
|
||||
@toolbarSlide,
|
||||
[@.disabled]='!config.store.accessibility.animations'
|
||||
[@.disabled]='!config.store.accessibility.animations',
|
||||
[frontend]='frontend',
|
||||
(close)='showSearchPanel = false; frontend?.cancelSearch()'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user