diff --git a/manifest.json b/manifest.json index 339695f..4b35fb5 100644 --- a/manifest.json +++ b/manifest.json @@ -7,4 +7,4 @@ "author": "Dion Tryban (Trikzon) && Boninall", "authorUrl": "https://github.com/Trikzon", "isDesktopOnly": true -} \ No newline at end of file +} diff --git a/src/component/searchBox.ts b/src/component/searchBox.ts index 6d128d4..b93c093 100644 --- a/src/component/searchBox.ts +++ b/src/component/searchBox.ts @@ -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);