Fix issue where the entity editor wouldn't be loaded if skipping preset selection for new features

This commit is contained in:
Quincy Morgan
2020-07-06 15:48:04 -04:00
parent 3d4703b60c
commit 4a85857457
+1
View File
@@ -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