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