Skip to content

Commit

Permalink
fixed search - fixes #6197
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Apr 20, 2022
1 parent 3cce468 commit b6d0bd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()'
)
Expand Down

0 comments on commit b6d0bd2

Please sign in to comment.