mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-21 19:07:59 +00:00
lint
This commit is contained in:
@@ -260,7 +260,7 @@ export class XTermFrontend extends Frontend {
|
|||||||
this.xterm.loadAddon(this.search)
|
this.xterm.loadAddon(this.search)
|
||||||
|
|
||||||
this.search.onDidChangeResults(state => {
|
this.search.onDidChangeResults(state => {
|
||||||
this.searchState = state ?? { resultCount: 0 }
|
this.searchState = state
|
||||||
})
|
})
|
||||||
|
|
||||||
window.addEventListener('resize', this.resizeHandler)
|
window.addEventListener('resize', this.resizeHandler)
|
||||||
|
Reference in New Issue
Block a user