diff --git a/apply.js b/apply.js index 99d09b12..54ff5047 100644 --- a/apply.js +++ b/apply.js @@ -237,7 +237,7 @@ function applySections(styleId, sections) { }); addStyleElement(el); styleElements.set(el.id, el); - disabledElements.delete(styleId); + disabledElements.delete(Number(styleId)); }