Commit 1df3b9ee authored by d11e9's avatar d11e9

select all on rename

parent 833f2e5a
......@@ -128,6 +128,7 @@ THE SOFTWARE.
var $fileNameInputEl = $('<input value="'+originalName+'"/>');
$fileTabEl.html( $fileNameInputEl )
$fileNameInputEl.focus()
$fileNameInputEl.select()
$fileNameInputEl.on( 'blur', handleRename )
$fileNameInputEl.keyup( handleRename );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment