Closed danieldesira closed 7 months ago
Changes above done but need to fix issue with controls when right clicked on mobile.
Update: Long hold triggering context menu needs to be disabled in order to fix this issue, at least on the onscreen controls. This should be achievable through responding to the onContextMenu event.
Apparently the latter bug was generic and was also occurring on desktop. Removing the dependency parameter altogether for the useEffect
appears to have fixed the issue once again. Hence merging with develop and closing this ticket.
The following points to be tackled: