dndplayer / dnd-player

An online virtual DND playground to support online groups.
https://dnd-player.com
Other
1 stars 0 forks source link

If drag causes props to open it seems that an update to the server is never triggered #33

Closed chrisella closed 5 years ago

chrisella commented 5 years ago

This causes weird rubber banding where the local state has the item moved, but the server doesn't, then when you next move something successfully it causes the previous item to spring back.

Hopefully this is just some weird event handling and the click / open property panel preventing the drag code from running.