From b6d0bd2d4382030b69ff1d842b26bed4ac8fe1aa Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 20 Apr 2022 09:37:43 +0200 Subject: [PATCH] fixed search - fixes #6197 --- tabby-terminal/src/components/baseTerminalTab.component.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-terminal/src/components/baseTerminalTab.component.pug b/tabby-terminal/src/components/baseTerminalTab.component.pug index a4fd1e19..f31b7e27 100644 --- a/tabby-terminal/src/components/baseTerminalTab.component.pug +++ b/tabby-terminal/src/components/baseTerminalTab.component.pug @@ -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()' )