editor: focus name form field when finished drawing
This commit is contained in:
parent
b71a07923c
commit
4d5cbad685
1 changed files with 1 additions and 0 deletions
|
@ -463,6 +463,7 @@ editor = {
|
||||||
editor._editing.on('click', editor._click_editing_layer);
|
editor._editing.on('click', editor._click_editing_layer);
|
||||||
editor._update_editing();
|
editor._update_editing();
|
||||||
$('#mapeditcontrols').find('form.creation-lock').removeClass('creation-lock');
|
$('#mapeditcontrols').find('form.creation-lock').removeClass('creation-lock');
|
||||||
|
$('#id_name').focus();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
_update_editing: function () {
|
_update_editing: function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue