mirror of
https://github.com/umap-project/umap.git
synced 2025-05-01 12:32:23 +02:00
Merge pull request #2147 from umap-project/fix-edit-coordinates-not-saved
fix: editing coordinates manually would not be saved
This commit is contained in:
commit
5716883ad0
1 changed files with 1 additions and 0 deletions
|
@ -655,6 +655,7 @@ export class Point extends Feature {
|
|||
builder.restoreField('ui._latlng.lat')
|
||||
builder.restoreField('ui._latlng.lng')
|
||||
}
|
||||
this.pullGeometry()
|
||||
this.zoomTo({ easing: false })
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue