Disable root element moving

This commit is contained in:
Jori Lallo
2016-06-18 12:13:03 -07:00
parent dafd97572e
commit b8341611ac

View File

@@ -80,6 +80,7 @@ var Node = React.createClass({
<span
className={ cx(styles.nodeLabel, { rootLabel: this.props.rootNode }) }
onClick={() => {}}
onMouseDown={this.props.rootNode ? function(e){e.stopPropagation()} : undefined}
>
{node.name}
</span>