🐛 fix dark mode invalidation

This commit is contained in:
landaiqing
2024-10-22 11:51:31 +08:00
parent 36b78417de
commit 12160bb1b5
32 changed files with 856 additions and 739 deletions

View File

@@ -64,6 +64,7 @@ export class WebSocketService {
if (this.callbacks.error) {
this.callbacks.error.forEach((cb) => (cb as EventCallback)());
}
// setInterval(() => this.reconnect(), this.reconnectTimeoutMs);
};
private handleClose = (): void => {