aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-list-container.reel/rule-list-container.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/css-panel/rule-list-container.reel/rule-list-container.js')
-rw-r--r--js/panels/css-panel/rule-list-container.reel/rule-list-container.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/panels/css-panel/rule-list-container.reel/rule-list-container.js b/js/panels/css-panel/rule-list-container.reel/rule-list-container.js
index 4bad8350..a059af12 100644
--- a/js/panels/css-panel/rule-list-container.reel/rule-list-container.js
+++ b/js/panels/css-panel/rule-list-container.reel/rule-list-container.js
@@ -116,6 +116,14 @@ exports.RuleListContainer = Montage.create(Component, {
116 distinct: true 116 distinct: true
117 }, 117 },
118 118
119 templateDidLoad : {
120 value: function() {
121 if(this.focusDelegate) {
122 this.ruleListComponent.focusDelegate = this.focusDelegate;
123 }
124 }
125 },
126
119 draw : { 127 draw : {
120 value: function() { 128 value: function() {
121 if(this._appendElement) { 129 if(this._appendElement) {