daybrush / moveable

Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!
https://daybrush.com/moveable/
MIT License
10.08k stars 618 forks source link

Scrollable not working #150

Closed ladifire closed 4 years ago

ladifire commented 4 years ago

@daybrush How can use scrollable? See this demo, scrollable not working as expect.https://codesandbox.io/s/react-moveable-demo-cudj3

daybrush commented 4 years ago

@ladifire

Use onScroll event and the scrollContainer should use document.documentElement instead of document.body. https://codesandbox.io/s/react-moveable-demo-h5039

ladifire commented 4 years ago

@daybrush It can scroll, but position is wrong when you scroll and drag

ladifire commented 4 years ago

Just want drag position should be updated when hold drag and scroll. the same to resize, rotate

daybrush commented 4 years ago

@ladifire

I think I should check. Only drag is supported, not resize and rotate.

daybrush commented 4 years ago

@ladifire

A new version has been released.

Update to the new version. Thank you :)