You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were using react-dnd-html5-backend when we encountered a problem where we could not drop while the CTRL key is pressed.
We tried multiple ways to fix that but none of them worked. Finally we decided to use the touch backend.
We found that touch backend is not as performant as the HTML5Backend
We think if we could change the backend when CTRL is pressed to touch backend, we would be able to keep our functionality as well have the snappiness of HTML5Backend when CTRL is not press.
I am tracking is ctrl is pressed using a state in react, I want that the transition happens when the state updates.
The text was updated successfully, but these errors were encountered: