-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: draggableAccessor is ignored #1068
Comments
Fixed in #1070 |
Would you be able to provide an example on how to disable draggability on some events when this feature is enabled on the entire calendar? I cannot understand how to do that looking at documentation and src. Thanks! |
@artooras sorry for not answering sooner. Yes there is not much info in documentation, I had to check code for dnd, but it's not so complicated. Basically you need to implement either
|
Thank you! |
Do you want to request a feature or report a bug?
bug
What's the current behavior?
draggableAccesor
which is used to resolve if event is draggable or not is ignored. Referencing wasn't fixed after recent wrapping intodraggable
object.https://github.com/intljusticemission/react-big-calendar/blob/master/src/addons/dragAndDrop/EventWrapper.js#L80
What's the expected behavior?
I know PR, but I don't have much time now.
The text was updated successfully, but these errors were encountered: