We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3841517 commit 056bbafCopy full SHA for 056bbaf
popup/index.js
@@ -124,7 +124,7 @@ async function createTabContent(tab) {
124
vi: `Tìm trong ${scriptsCount} chức năng ${name}...`,
125
en: `Search in ${scriptsCount} scripts ${name}...`,
126
});
127
- searchInput.focus?.();
+ // searchInput.focus?.();
128
129
// create tab content
130
const contentContainer = document.createElement("div");
0 commit comments