chore: bump Leaflet.Editable and DOMPurify

This commit is contained in:
Yohan Boniface 2025-02-27 17:12:02 +01:00
parent 55d505e7d8
commit 0fe2103b71
4 changed files with 153 additions and 368 deletions

View file

@ -45,7 +45,7 @@
"georsstogeojson": "^0.2.0",
"jsdom": "^24.0.0",
"leaflet": "1.9.4",
"leaflet-editable": "^1.3.0",
"leaflet-editable": "^1.3.1",
"leaflet-editinosm": "0.2.3",
"leaflet-fullscreen": "1.0.2",
"leaflet-hash": "0.2.1",

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -1248,6 +1248,7 @@
// 🍂event editable:vertex:deleted: VertexEvent
// Fired after a vertex has been deleted by user.
this.fireAndForward('editable:vertex:deleted', e)
this.onEdited()
},
onVertexMarkerCtrlClick: function (e) {