diff --git a/src/js/HuesSettings.js b/src/js/HuesSettings.js index df45f3f..4ade8b6 100644 --- a/src/js/HuesSettings.js +++ b/src/js/HuesSettings.js @@ -265,6 +265,8 @@ HuesSettings.prototype.show = function() { this.core.hideLists(); this.window.style.display = "-webkit-flex"; this.window.style.display = "flex"; + if(this.core.editor) + this.core.editor.resize(); }; HuesSettings.prototype.hide = function() {