1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-16 11:36:20 +02:00

port pane size saving and loading

This commit is contained in:
Kushagra Gour
2018-06-10 15:16:03 +05:30
parent 3981fa2488
commit 6c7b587ede
3 changed files with 74 additions and 29 deletions

View File

@ -33,9 +33,8 @@ export class SplitPane extends Component {
if (this.props.onDragStart) {
options.onDragStart = this.props.onDragStart;
}
// debugger;
// log('SIZE UPDATED', options);
// log('SIZE UPDATTED', ...options);
this.splitInstance = Split(
this.props.children.map(node => '#' + node.attributes.id),
options