seastan / dragncards

Multiplayer online card game platform written in Elixir, Phoenix, and React. Drag and Drop provided by React-Beautiful-DND.
https://dragncards.com/
79 stars 41 forks source link

Drag lock #105

Closed morvael closed 2 months ago

morvael commented 2 months ago

When I drag a card in free region it becomes undragabble. It's impossible to press mouse button. hold it and start dragging the card. Another card can be dragged normally. Once that card is dragged it becomes undraggable and the first card is draggable again.

Moving a card via code does not block its ability to be dragged, and even unblocks a blocked card (if it was the last moved).

I think it's related to menus showing behind the locked card. image