diff options
Diffstat (limited to 'js/panels/css-panel/rule-list.reel/rule-list.js')
-rw-r--r-- | js/panels/css-panel/rule-list.reel/rule-list.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/css-panel/rule-list.reel/rule-list.js b/js/panels/css-panel/rule-list.reel/rule-list.js index b7244a2c..2cd5ac5c 100644 --- a/js/panels/css-panel/rule-list.reel/rule-list.js +++ b/js/panels/css-panel/rule-list.reel/rule-list.js | |||
@@ -61,7 +61,7 @@ exports.RuleList = Montage.create(Component, { | |||
61 | // found rule in our component list, or it's the inline rule | 61 | // found rule in our component list, or it's the inline rule |
62 | ruleComponent.update(); | 62 | ruleComponent.update(); |
63 | foundIndices.push(index); | 63 | foundIndices.push(index); |
64 | } else { | 64 | } else if(!rule.applied) { /// remove rule (unless unapplied) |
65 | this.rulesToRemove.push(ruleComponent); | 65 | this.rulesToRemove.push(ruleComponent); |
66 | } | 66 | } |
67 | }, this); | 67 | }, this); |