Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Cannot drag with react-dnd #724

Closed
dim0147 opened this issue Aug 18, 2022 · 2 comments
Closed

[Question] Cannot drag with react-dnd #724

dim0147 opened this issue Aug 18, 2022 · 2 comments
Labels
bug Something isn't working complete React
Milestone

Comments

@dim0147
Copy link

dim0147 commented Aug 18, 2022

Environments

  • Framework name: "react-moveable": "^0.38.2",, "react-dnd": "^16.0.1",

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 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
image

@daybrush daybrush added bug Something isn't working and removed bug Something isn't working labels Aug 18, 2022
@daybrush daybrush added this to the 0.35.2 milestone Aug 18, 2022
@daybrush daybrush added the React label Aug 18, 2022
daybrush added a commit that referenced this issue Aug 18, 2022
@daybrush
Copy link
Owner

@dim0147

react-moveable 0.38.3 is released. Check it agian.

@dim0147
Copy link
Author

dim0147 commented Sep 2, 2022

It works now. Thank you!

@dim0147 dim0147 closed this as completed Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working complete React
Projects
None yet
Development

No branches or pull requests

2 participants