bsherin / tactic

5 stars 1 forks source link

Make dragging of tiles when table shrunk remain in float mode #1208

Open bsherin opened 1 month ago

bsherin commented 1 month ago

Right now, when dragging to reposition of tiles when table is shrunk, I first remove the float class so that the tiles appear in a vertical list. I have to do this because of limitations of react-beautiful-dnd. It can only do dragging vertically and horizontally.

So this would probably require finding a new dnd library.