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
afshin
changed the title
Refactor deprecated initMouseEvent out of dragdrop package
Update dragdrop package to use PointerEvent and sub-class DragEventAug 18, 2022
initMouseEvent is deprecated. We should update the
@lumino/dragdrop
package to usenew PointerEvent(...)
instances or sub-classes ofPointerEvent
.The text was updated successfully, but these errors were encountered: