Handle editable:vertex:deleted event
to also update when a no-go polyline/polygon node is deleted
This commit is contained in:
parent
af78accdf0
commit
2b94300c61
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ BR.NogoAreas = L.Control.extend({
|
|||
);
|
||||
|
||||
this.editTools.on(
|
||||
'editable:vertex:dragend editable:deleted',
|
||||
'editable:vertex:dragend editable:vertex:deleted editable:deleted',
|
||||
function (e) {
|
||||
this._fireUpdate();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue