Open PFight opened 3 years ago
Also occurs during drag over page, when some element removed from the DOM while dragging over it.
Fixed in temporary package dragula-fixed
@PFight do you think that you can also add this fix https://github.com/bevacqua/dragula/pull/529 in your package dragula-fixed ?
@PFight do you think that you can also add this fix #529 in your package dragula-fixed ?
Ok, you can make pull request to speed up process.
Ok, you can make pull request to speed up process.
@PFight Here you have https://github.com/PFight/dragula/pull/1
In some cases during drag occurs next error inside dragula:
Situation occurs because of
target
is removed from DOM during the drag (it's custom reaction of drag container to drag over). It's needed to add null check there."dragula": "^3.7.3", "react-dragula": "^1.1.17",