mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-09-09 11:14:22 +08:00
DONE.Release0.0. MISC small things. Fixed ClientRevBug
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ function attachLogInListeners(socket){
|
||||
console.log("EDITING received!");
|
||||
console.log(data);
|
||||
socket.broadcast.emit("editing", data);
|
||||
socket.CUR_ID = data[0];
|
||||
socket.CUR_ID = data[0]; //(used for disconnecting on browserClose);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user