Merge pull request #1833 from umap-project/do-not-close-panel-on-save
fix: do not autoclose panel blindly after map save
This commit is contained in:
commit
cdd20988ac
1 changed files with 0 additions and 1 deletions
|
@ -1063,7 +1063,6 @@ U.Map = L.Map.extend({
|
|||
else window.location = data.url
|
||||
alert.content = data.info || alert.content
|
||||
this.once('saved', () => this.ui.alert(alert))
|
||||
this.editPanel.close()
|
||||
this.permissions.save()
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue