use worker-timers

This commit is contained in:
pa
2026-01-21 17:52:09 +09:00
parent 1bccbb30a4
commit 2952f4d415
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export const useGameLogStore = defineStore('GameLog', () => {
gameLogTableData.length = 0;
if (isLoggedIn) {
// wait for friends to load, silly but works
setTimeout(() => {
workerTimers.setTimeout(() => {
initGameLogTable();
}, 800);
}