Fix: editor wrong size until handle grabbed

master
William Toohey 10 years ago
parent 6f5218cd66
commit df2b39541b
  1. 2
      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() {

Loading…
Cancel
Save