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
Prevent beforeunload actions when downloading files
Previously, downloading a file would also trigger the beforeunload action and thereby remove the ACE editor or JsTree objects. Now, we prevent this by removing the `beforeunload` event listener and reinstalling it after "navigation".
0 commit comments