-
Notifications
You must be signed in to change notification settings - Fork 97
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
DND not firing the OnDragEnd function #709
Comments
I am also having the same issue using vite, are you able to make it work for @matheusbento ? |
@sridhar02 not yet :/ if you have some solution please, post it here. |
When will this issue be fixed, or can you recommend some substitutes/alternatives for me if it cannot be fixed soon? |
@matheusbento did you find the answer? i cant make it work |
Are you adding any transition animation settings to the draggable elements, once I removed from mine, the |
This issue mostly related with the transform/transition style attribute mistakenly applied to the draggable ref element. When the dragging ends, transform attribute must be set to correct initial state so that element can return back to its designated place, if they don't dragging state won't be cleared and thus drag end event won't fire. |
Hey Guys. How have you been?
I having the follow issue:
When I drag and drop a table row, it stay as dragging yet, i need to scroll and then the event will be fired.
I already inserted a console log on onDragEnd function, but function is fired only when i scroll.
What I'm using:
"vite": "^4.4.9",
"react": "18.0.0",
"react-hook-form": "^7.45.0",
"react-bootstrap": "2.5.0-beta.1",
"@hello-pangea/dnd": "^16.3.0",
Table Code:
Issue video
https://drive.google.com/file/d/10XrpX-vOnpQ9P1FrsfczHmXBSSUdW2uk/view?usp=sharing
The text was updated successfully, but these errors were encountered: