mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Resolve #487
This commit is contained in:
parent
0259f636b0
commit
6291abf83e
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ fetchJSON = (action, sGetAdd, params, timeout, jsonCallback) => {
|
|||
} else {
|
||||
params.Action = action;
|
||||
}
|
||||
// Don't abort, read https://github.com/the-djmaze/snappymail/issues/487
|
||||
// abort(action);
|
||||
const controller = new AbortController(),
|
||||
signal = controller.signal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue