only focus first element
This commit is contained in:
parent
6a4ad6b584
commit
3bfc21d90c
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ editor = {
|
|||
}
|
||||
editor._update_editing();
|
||||
$('#sidebar').find('.content').find('form.creation-lock').removeClass('creation-lock')
|
||||
.find('input:not([type=hidden], .btn)').focus();
|
||||
.find('input:not([type=hidden], .btn)').first().focus();
|
||||
}
|
||||
},
|
||||
_update_editing: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue