1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

[lib/dirent] improved 'rename'

This commit is contained in:
llj
2016-08-12 19:10:49 +08:00
parent c4ffca620e
commit ab380bf361
3 changed files with 18 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ define([
}).append(form);
$op_td.hide();
$name_span.hide();
$('[name="newname"]', form).focus();
$('[name="newname"]', form).select();
this.togglePopup();
app.ui.freezeItemHightlight = true;