fix js typo
This commit is contained in:
parent
0c45decee3
commit
edd1af432c
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ editor = {
|
||||||
editor._creating = false;
|
editor._creating = false;
|
||||||
editor._editing = e.layer;
|
editor._editing = e.layer;
|
||||||
editor._editing.addTo(editor._editing_layer);
|
editor._editing.addTo(editor._editing_layer);
|
||||||
editor._editin.on('click', editor._click_editing_layer);
|
editor._editing.on('click', editor._click_editing_layer);
|
||||||
editor._update_editing();
|
editor._update_editing();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue