Michael

Results 3 comments of Michael

Hello, Any news regarding this update? Thanks!

Managed to order by adding to the model of the item a zIndex column and two buttons on the panel element editor - Up / Down that increase / decrease...

The problem is caused by toolbar.jsx "shouldComponentUpdate". Commenting the code fixes this problem. ``` /* shouldComponentUpdate(nextProps, nextState) { return this.props.state.mode !== nextProps.state.mode || this.props.height !== nextProps.height || this.props.width !== nextProps.width...