diff --git a/popup.js b/popup.js index 6c22858..1343265 100644 --- a/popup.js +++ b/popup.js @@ -88,6 +88,7 @@ function setupWindowElement(currentWindow,callback){ }); windowName.parentNode.replaceChild(input,windowName); input.focus(); + input.select(); }); li.appendChild(windowName); li.appendChild(seperator)