https://github.com/mzabriskie/react-draggable/blob/master/lib/draggable.js#L526 ``` if ((this.props.handle && !matchesSelector(e.target, this.props.handle)) || ``` This needs to check all parent of handle as well.