Fix editor render

master
William Toohey 10 years ago
parent 76f20c56ba
commit eadb5c8795
  1. 4
      src/js/HuesSettings.js

@ -261,13 +261,13 @@ HuesSettings.prototype.connectCore = function(core) {
};
HuesSettings.prototype.show = function() {
this.window.style.display = "-webkit-flex";
this.window.style.display = "flex";
if(this.core) {
this.core.hideLists();
if(this.core.editor)
this.core.editor.resize();
}
this.window.style.display = "-webkit-flex";
this.window.style.display = "flex";
};
HuesSettings.prototype.hide = function() {

Loading…
Cancel
Save