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:
@ -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
|
||||
|
Reference in New Issue
Block a user