Eugene Pankov 3 лет назад
Родитель
Сommit
b6d0bd2d43
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tabby-terminal/src/components/baseTerminalTab.component.pug

+ 1 - 1
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()'
 )