diff --git a/edit/sections-editor-section.js b/edit/sections-editor-section.js index 8af726e0..d8aa10b9 100644 --- a/edit/sections-editor-section.js +++ b/edit/sections-editor-section.js @@ -253,7 +253,6 @@ function createSection(originalSection, genId, si) { dirty.remove(apply, apply); if (!appliesTo.length) { insertApplyAfter({all: true}); - toggleDataset(appliesToContainer, 'all', true); } emitSectionChange('apply'); }