prevent native menus in browser

This commit is contained in:
Nystik
2026-05-23 16:32:59 +02:00
parent 10c6782652
commit 4fff803cbd
7 changed files with 189 additions and 11 deletions

View File

@@ -148,9 +148,7 @@ async function flushAll() {
const timeout = new Promise((resolve) => {
setTimeout(() => {
console.warn(
"[write-coalesce] Flush timeout -- some writes may be lost",
);
console.warn("[write-coalesce] Flush timeout. Some writes may be lost");
resolve();
}, FLUSH_TIMEOUT_MS);
});