bevacqua / dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/dragula/
MIT License
21.89k stars 1.97k forks source link

Option to disable drag shadow #691

Open justerror opened 2 years ago

justerror commented 2 years ago

We can hide shadow by CSS styling of .gu-transit { display: none } now. But this approach doesn't has good performance with complex layouts and large amount of drag containers, because DOM mutations are slow and cause recomposing of layout.