diff --git a/modules/ui/sections/raw_tag_editor.js b/modules/ui/sections/raw_tag_editor.js index 672dff86ae..b54f3e1ea0 100644 --- a/modules/ui/sections/raw_tag_editor.js +++ b/modules/ui/sections/raw_tag_editor.js @@ -372,7 +372,6 @@ export function uiSectionRawTagEditor(id, context) { }); var tagDiff = utilTagDiff(_tags, newTags); - if (!tagDiff.length) return; _pendingChange = _pendingChange || {}; @@ -391,6 +390,7 @@ export function uiSectionRawTagEditor(id, context) { if (Object.keys(_pendingChange).length === 0) { _pendingChange = null; + section.reRender(); return; }