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
- Create a class member variable to store the dummy listener.
- Remove the listener inside the WorkspaceSvg's
dispose method.
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
disposemethod.