You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm building a project have a timeline like a video editor, the track item will move between rows so I use react-moveable to resize the component (change the duration) and use react-dnd to change the position between rows, the react-moveable version 33.0 allow me drag using react-dnd (the yellow one) and also resize using react-moveable (the two blue dots) like the image below but when upgrading to 0.38.2 this doesn't allow me to drag anymore, I have turned off all the preventClick props for <Moveable /> but still can't drag, any suggestion? Thank you
The text was updated successfully, but these errors were encountered:
Environments
Description
Hi, I'm building a project have a timeline like a video editor, the track item will move between rows so I use
react-moveable
to resize the component (change the duration) and usereact-dnd
to change the position between rows, thereact-moveable
version33.0
allow medrag
usingreact-dnd
(the yellow one) and alsoresize
usingreact-moveable
(the two blue dots) like the image below but when upgrading to0.38.2
this doesn't allow me todrag
anymore, I have turned off all thepreventClick
props for<Moveable />
but still can't drag, any suggestion? Thank youThe text was updated successfully, but these errors were encountered: