From dccadbb16b6308e5ed821a50a4844e15038a282c Mon Sep 17 00:00:00 2001 From: Marcel267 Date: Fri, 28 Feb 2025 15:14:06 +0100 Subject: [PATCH] focus select --- js/popup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/popup.js b/js/popup.js index 09e7ed3..c6b727e 100644 --- a/js/popup.js +++ b/js/popup.js @@ -8,6 +8,7 @@ function init() { getActiveTab(); getBookmarks(); initEvents(); + document.getElementsByClassName('js-select-folder')[0].focus(); } var tabTitle, tabUrl, favIconUrl, selectedText;