Skip to content

Commit

Permalink
Merge branch 'feat/support-find-in-page'
Browse files Browse the repository at this point in the history
  • Loading branch information
Quorafind committed Nov 24, 2022
2 parents ffc5fe9 + 314be86 commit 5d33abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"author": "Dion Tryban (Trikzon) && Boninall",
"authorUrl": "https://github.com/Trikzon",
"isDesktopOnly": true
}
}
1 change: 1 addition & 0 deletions src/component/searchBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export class searchBox {

unload() {
this.webContents.stopFindInPage('clearSelection')
this.inputEl.value = "";

this.closeButtonEl.removeEventListener("click", this.unload);
this.backwardButtonEl.removeEventListener("click", this.backward);
Expand Down

0 comments on commit 5d33abd

Please sign in to comment.