Browse Source

refreshing the visibility on property load, to avoid unwanted visible properties

pull/2497/head
Juan 6 years ago
parent
commit
8ba935591f
  1. 1
      src/style_manager/view/PropertiesView.js

1
src/style_manager/view/PropertiesView.js

@ -40,6 +40,7 @@ export default Backbone.View.extend({
view.render();
const rendered = view.el;
this.properties.push(view);
view.updateVisibility();
appendAtIndex(appendTo, rendered, opts.at);
},

Loading…
Cancel
Save