Skip to content

Commit 056bbaf

Browse files
committed
fix auto focus input
1 parent 3841517 commit 056bbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async function createTabContent(tab) {
124124
vi: `Tìm trong ${scriptsCount} chức năng ${name}...`,
125125
en: `Search in ${scriptsCount} scripts ${name}...`,
126126
});
127-
searchInput.focus?.();
127+
// searchInput.focus?.();
128128

129129
// create tab content
130130
const contentContainer = document.createElement("div");

0 commit comments

Comments
 (0)