react-ui-tree icon indicating copy to clipboard operation
react-ui-tree copied to clipboard

option for disable dragging(issue#27)

Open hangy233 opened this issue 9 years ago • 2 comments

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.

hangy233 avatar Aug 19 '16 17:08 hangy233

Could you try to solve the conflicts?

DevAlien avatar Sep 19 '17 09:09 DevAlien

solved the conflicts, you guys can merge if this is still needed.

hangy233 avatar Jan 25 '19 23:01 hangy233