mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: no need to reset datalayer._needsFetch after a save
It is reset only after loading the layer data. Co-authored-by: David Larlet <david@larlet.fr>
This commit is contained in:
parent
175e27a535
commit
a8e18c167c
1 changed files with 0 additions and 1 deletions
|
@ -1161,7 +1161,6 @@ export class DataLayer extends ServerStored {
|
|||
this.backupOptions()
|
||||
this.backupData()
|
||||
this.connectToMap()
|
||||
this._needsFetch = false
|
||||
this.redraw() // Needed for reordering features
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue