Make sure the Warning appears after the alert

This commit is contained in:
Sunong2008 2025-06-09 00:15:18 +08:00 committed by GitHub
parent 56a42122c9
commit 7bdc4b5374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
$: desiredRetentionWarning = getRetentionLongShortWarning(roundedRetention); $: desiredRetentionWarning = getRetentionLongShortWarning(roundedRetention);
let timeoutId: ReturnType<typeof setTimeout> | undefined = undefined; let timeoutId: ReturnType<typeof setTimeout> | undefined = undefined;
const WORKLOAD_UPDATE_DELAY_MS = 100; const WORKLOAD_UPDATE_DELAY_MS = 250;
let desiredRetentionChangeInfo = ""; let desiredRetentionChangeInfo = "";
$: { $: {