mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: no need to call layer.redraw in layer.render()
We already call hide/show, which is what redraw does
This commit is contained in:
parent
d24f05907c
commit
4ea5a28f04
1 changed files with 0 additions and 1 deletions
|
@ -151,7 +151,6 @@ export class DataLayer extends ServerStored {
|
|||
for (const field of fields) {
|
||||
this.layer.onEdit(field, builder)
|
||||
}
|
||||
this.redraw()
|
||||
this.show()
|
||||
break
|
||||
case 'remote-data':
|
||||
|
|
Loading…
Reference in a new issue