Modal jumping to (0, 0)
Closed this issue · 1 comments
jeanschmitt commented
You're modal is jumping to (0, 0) on starting a drag&drop.
It seems to come from ReactDOM.findDOMNode(this.node_modal) (in onMouseDown) pointing to the <div> without props in Modal which is located (0, 0) instead of the one with props
wwan5803 commented
I have fix this problem in the latest version. Thank you for letting me know.