Eugene Pankov 2 anni fa
parent
commit
fbd09f4312
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tabby-terminal/src/components/searchPanel.component.ts

+ 1 - 1
tabby-terminal/src/components/searchPanel.component.ts

@@ -73,7 +73,7 @@ export class SearchPanelComponent {
         this.config.save()
     }
 
-    ngOnDestroy () {
+    ngOnDestroy (): void {
         this.queryChanged.complete()
     }
 }