mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
Fix issue where the entity editor wouldn't be loaded if skipping preset selection for new features
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user