Closed andreiciobanica closed 1 year ago
This is the expected behavior when the 'accept' option contains a function call.
The check needs to be applied every time, because the droppable component does not know what the function is doing so it cannot assume that it can be called only once or less frequently.
When you have:
every time you move the
draggable div
ondroppable div
it triggers theaccept function
.