diff --git a/modules/ui/entity_editor.js b/modules/ui/entity_editor.js index de0181383..68f41dea6 100644 --- a/modules/ui/entity_editor.js +++ b/modules/ui/entity_editor.js @@ -218,8 +218,6 @@ export function uiEntityEditor(context) { // A "weak" preset doesn't set any tags. (e.g. "Address") // Don't replace a weak preset with a fallback preset (e.g. "Point") if (!(weakPreset && match.isFallback())) { - match.visible(true); - context.presets().choose(match); entityEditor.preset(match); } entityEditor.modified(_base !== graph);