Skip to content

Commit

Permalink
Merge pull request swiftcarrot#5 from takipi-dev/feature/support-drag…
Browse files Browse the repository at this point in the history
…-delay

support drag delay
  • Loading branch information
shimonmagal authored Apr 22, 2018
2 parents 34e5a27 + d33d99b commit dd23ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ var UITreeNode = function (_Component) {
dragging: dragging,
paddingLeft: _this.props.paddingLeft,
onCollapse: _this.props.onCollapse,
onDragStart: _this.props.onDragStart
onDragStart: _this.props.onDragStart,
dragDelay: _this.props.dragDelay
});
})
);
Expand Down
1 change: 1 addition & 0 deletions lib/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class UITreeNode extends Component {
paddingLeft={this.props.paddingLeft}
onCollapse={this.props.onCollapse}
onDragStart={this.props.onDragStart}
dragDelay={this.props.dragDelay}
/>
);
})}
Expand Down

0 comments on commit dd23ce8

Please sign in to comment.