diff --git a/index.html b/index.html index d15e49300e..c976286090 100644 --- a/index.html +++ b/index.html @@ -128,6 +128,7 @@ THE SOFTWARE. var $fileNameInputEl = $(''); $fileTabEl.html( $fileNameInputEl ) $fileNameInputEl.focus() + $fileNameInputEl.select() $fileNameInputEl.on( 'blur', handleRename ) $fileNameInputEl.keyup( handleRename );