diff --git a/modules/ui/entity_editor.js b/modules/ui/entity_editor.js index b857c7cb2..de0181383 100644 --- a/modules/ui/entity_editor.js +++ b/modules/ui/entity_editor.js @@ -252,7 +252,6 @@ export function uiEntityEditor(context) { context.overwrite(actionChangeTags(_entityID, tags), annotation); } else { context.perform(actionChangeTags(_entityID, tags), annotation); - // context.presets().choose(context.presets().match(context.graph)) _coalesceChanges = !!onInput; } }