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
When calling removeAllListener, DragHandler could be null leading to below stacktrace exception:
Uncaught TypeError: Cannot read properties of null (reading 'removeAllListeners')
at DragDrop.cleanUpAfterDragging_
at DragDrop.cleanUpAfterDragging_
at DragDrop.handleDragEndEvent_
The text was updated successfully, but these errors were encountered:
When calling removeAllListener, DragHandler could be null leading to below stacktrace exception:
The text was updated successfully, but these errors were encountered: