mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Solution for #487 ?
This commit is contained in:
parent
afd65c809d
commit
ab0b2b152c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ fetchJSON = (action, sGetAdd, params, timeout, jsonCallback) => {
|
|||
} else {
|
||||
params.Action = action;
|
||||
}
|
||||
abort(action);
|
||||
// abort(action);
|
||||
const controller = new AbortController(),
|
||||
signal = controller.signal;
|
||||
oRequests[action] = controller;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue