change update method

This commit is contained in:
KOWX712
2024-12-31 17:02:04 +08:00
parent 1d5428e683
commit 502e6f6ea6
14 changed files with 386 additions and 83 deletions

View File

@@ -235,7 +235,7 @@ function setupModeMenu() {
} else if (event.target.closest(".status-indicator")) {
setTimeout(() => {
hideAllModes();
}, 200);
}, 300);
}
});
window.addEventListener("scroll", hideAllModes);