wwan5803/react-modal-resizable-draggable

Modal jumping to (0, 0)

Closed this issue · 1 comments

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

I have fix this problem in the latest version. Thank you for letting me know.