fix(StoreSyncService): set flag bug when register IPC handler (#5715)

fix: register IPC handler in StoreSyncService
This commit is contained in:
fullex
2025-05-07 10:52:51 +08:00
committed by GitHub
parent 2e804eeebc
commit 22315b7201
+2
View File
@@ -78,6 +78,8 @@ export class StoreSyncService {
// Broadcast the action to all other windows
this.broadcastToOtherWindows(sourceWindowId, action)
})
this.isIpcHandlerRegistered = true
}
/**