mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
chore: bump Leaflet.Editable and DOMPurify
This commit is contained in:
parent
55d505e7d8
commit
0fe2103b71
4 changed files with 153 additions and 368 deletions
|
@ -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",
|
||||
|
|
516
umap/static/umap/vendors/dompurify/purify.es.js
vendored
516
umap/static/umap/vendors/dompurify/purify.es.js
vendored
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue