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
I have searched for similar issues before opening a new one.
Description
We have a dummy wheel listener we add to the document to work around a bug in safari. Currently this listener is not getting disposed when the workspace is disposed.
To Fix
Create a class member variable to store the dummy listener.
Remove the listener inside the WorkspaceSvg's dispose method.
The text was updated successfully, but these errors were encountered:
Check for duplicates
Description
We have a dummy wheel listener we add to the document to work around a bug in safari. Currently this listener is not getting disposed when the workspace is disposed.
To Fix
dispose
method.The text was updated successfully, but these errors were encountered: