da03 commited on
Commit
a59d77c
·
1 Parent(s): 2e9eadb
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -499,7 +499,7 @@
499
  console.log("First mouse movement detected - establishing WebSocket connection");
500
  connectionAttempted = true;
501
  connect();
502
- return; // Skip this event, let the next one be processed
503
  }
504
 
505
  if (!isConnected || isProcessing) return;
 
499
  console.log("First mouse movement detected - establishing WebSocket connection");
500
  connectionAttempted = true;
501
  connect();
502
+ //return; // Skip this event, let the next one be processed
503
  }
504
 
505
  if (!isConnected || isProcessing) return;