fixed search - fixes #6197

This commit is contained in:
Eugene Pankov 2022-04-20 09:37:43 +02:00
parent 3cce468bf3
commit b6d0bd2d43
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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()'
) )