1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-11 11:51:52 +00:00

fixed search - fixes

This commit is contained in:
Eugene Pankov
2022-04-20 09:37:43 +02:00
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()'
) )