From 314be862c753e7bf5c0f3ed5ce2a84bb4f8257d8 Mon Sep 17 00:00:00 2001 From: Quorafind Date: Thu, 24 Nov 2022 09:17:20 +0800 Subject: [PATCH] chore: bump version --- manifest.json | 2 +- src/component/searchBox.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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);