mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 10:56:17 +00:00
chore: remove debug logging and refine UI polish for overlay components
This commit is contained in:
@@ -239,8 +239,9 @@ function useOverlaySelection() {
|
||||
// Heartbeat - connection is alive
|
||||
});
|
||||
|
||||
globalSSEConnection.onerror = () => {
|
||||
console.error('[Dashboard] SSE error');
|
||||
globalSSEConnection.onerror = (error) => {
|
||||
console.error('[Dashboard] SSE connection error - will auto-reconnect', error);
|
||||
// EventSource automatically reconnects, no action needed
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user