mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
Make sure the Warning appears after the alert
This commit is contained in:
parent
56a42122c9
commit
7bdc4b5374
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
$: desiredRetentionWarning = getRetentionLongShortWarning(roundedRetention);
|
||||
|
||||
let timeoutId: ReturnType<typeof setTimeout> | undefined = undefined;
|
||||
const WORKLOAD_UPDATE_DELAY_MS = 100;
|
||||
const WORKLOAD_UPDATE_DELAY_MS = 250;
|
||||
|
||||
let desiredRetentionChangeInfo = "";
|
||||
$: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue