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
First click: open the viewer
Second click: close the viewer
But the second click does not correctly close the Viewer, as the method used to cancel the requests does not work.
This PR use modern API to cancel the requests. The requests are now correctly aborted, and the `openFile` method exit because the request call throws an exception.
Fix#893https://axios-http.com/docs/cancellationhttps://developer.mozilla.org/en-US/docs/Web/API/AbortController
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
0 commit comments