diff --git a/umap/static/umap/js/modules/data/layer.js b/umap/static/umap/js/modules/data/layer.js index 734aaca1..ec3d13ab 100644 --- a/umap/static/umap/js/modules/data/layer.js +++ b/umap/static/umap/js/modules/data/layer.js @@ -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':