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;