From 4a858574571c9adec399bb4323b75e009f7e44f7 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 6 Jul 2020 15:48:04 -0400 Subject: [PATCH] Fix issue where the entity editor wouldn't be loaded if skipping preset selection for new features --- modules/ui/inspector.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/inspector.js b/modules/ui/inspector.js index 4362d09a0..d35dc0331 100644 --- a/modules/ui/inspector.js +++ b/modules/ui/inspector.js @@ -25,6 +25,7 @@ export function uiInspector(context) { .on('cancel', function() { wrap.transition() .styleTween('right', function() { return d3_interpolate('-100%', '0%'); }); + editorPane.call(entityEditor); }); entityEditor