remove duplicate toggleDataset call

This commit is contained in:
tophf 2022-01-29 00:32:11 +03:00
parent f9e11f5806
commit 554d121c45

View File

@ -253,7 +253,6 @@ function createSection(originalSection, genId, si) {
dirty.remove(apply, apply); dirty.remove(apply, apply);
if (!appliesTo.length) { if (!appliesTo.length) {
insertApplyAfter({all: true}); insertApplyAfter({all: true});
toggleDataset(appliesToContainer, 'all', true);
} }
emitSectionChange('apply'); emitSectionChange('apply');
} }