Add selection of name upon double click
This commit is contained in:
parent
73e4d58704
commit
d93d832309
1
popup.js
1
popup.js
|
@ -88,6 +88,7 @@ function setupWindowElement(currentWindow,callback){
|
||||||
});
|
});
|
||||||
windowName.parentNode.replaceChild(input,windowName);
|
windowName.parentNode.replaceChild(input,windowName);
|
||||||
input.focus();
|
input.focus();
|
||||||
|
input.select();
|
||||||
});
|
});
|
||||||
li.appendChild(windowName);
|
li.appendChild(windowName);
|
||||||
li.appendChild(seperator)
|
li.appendChild(seperator)
|
||||||
|
|
Loading…
Reference in a new issue