diff options
Diffstat (limited to 'devtools/client/styleeditor/panel.js')
-rw-r--r-- | devtools/client/styleeditor/panel.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/client/styleeditor/panel.js b/devtools/client/styleeditor/panel.js index 5a2772d095..a7f8cf77c7 100644 --- a/devtools/client/styleeditor/panel.js +++ b/devtools/client/styleeditor/panel.js @@ -48,6 +48,7 @@ StyleEditorPanel.prototype = { cssProperties ); this.UI.on("error", this._showError); + this.UI.on("reloaded", () => this.emit("reloaded")); await this.UI.initialize(options); return this; |