mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-16 11:36:20 +02:00
port atomic css
This commit is contained in:
@ -33,7 +33,8 @@ export class SplitPane extends Component {
|
||||
if (this.props.onDragStart) {
|
||||
options.onDragStart = this.props.onDragStart;
|
||||
}
|
||||
log('SIZE UPDATED', options);
|
||||
// debugger;
|
||||
// log('SIZE UPDATED', options);
|
||||
|
||||
this.splitInstance = Split(
|
||||
this.props.children.map(node => '#' + node.attributes.id),
|
||||
|
Reference in New Issue
Block a user