Closed arturbani closed 4 years ago
Hi! I saw that ghostStyle has display: block. This changes the dragged element CSS if it is using, for example, display: flex (my case).
ghostStyle
display: block
display: flex
Any thoughts on maybe making this an optional prop? I'm happy to contribute if it makes sense for the lib!
Any thoughts on maybe making this an optional prop?
Yea, it's probably not necessary.
I'm happy to contribute if it makes sense for the lib!
Sure, thanks!
Hi! I saw that
ghostStyle
hasdisplay: block
. This changes the dragged element CSS if it is using, for example,display: flex
(my case).Any thoughts on maybe making this an optional prop? I'm happy to contribute if it makes sense for the lib!