-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
How can i block drag/drop any board item? #139
Comments
Thanks for opening a new issue. The team has been notified and will review it as soon as possible. |
I was add custom data(draggable) for item. And i am controlling this data on dragEl function;
I want to stop drag transaction if draggable data is false. I tried This is enought for block any item draggable for me but i cant stop drag transaction. |
Use this. #112 (comment) |
I tried but it gives me an error: Uncaught TypeError: Cannot read property 'getBoundingClientRect' of null
|
I was fixed problem like that;
Thanks! |
Very good. Please close the issue. |
I want to block some items dragging, how can i do?
The text was updated successfully, but these errors were encountered: