react-ui-tree
react-ui-tree copied to clipboard
option for disable dragging(issue#27)
added a draggable option, give a false to disable dragging.
<Tree
paddingLeft={20}
tree={this.state.tree}
onChange={this.handleChange}
isNodeCollapsed={this.isNodeCollapsed}
renderNode={this.renderNode}
draggable={false}
/>
default value is true.
Could you try to solve the conflicts?
solved the conflicts, you guys can merge if this is still needed.