1
0
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:
Kushagra Gour
2018-06-09 01:22:21 +05:30
parent c1569184bf
commit a986bce81f
6 changed files with 102 additions and 30 deletions

View File

@ -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),