From 554d121c4534b22ebe4324b8292a552893f8b0bd Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 29 Jan 2022 00:32:11 +0300 Subject: [PATCH] remove duplicate toggleDataset call --- edit/sections-editor-section.js | 1 - 1 file changed, 1 deletion(-) 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'); }