Skip to content

Commit db5a148

Browse files
committed
m
1 parent 4641c4f commit db5a148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/main/Canvas.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function Canvas(props: {}): JSX.Element {
4040
};
4141

4242
const socket = getSocket();
43-
if (socket) {
43+
if (socket && false) {
4444
socket.on('remote cursor data from server', (remoteData) => {
4545
setRemoteCursors((prevState) => {
4646
//check if received cursor data is from an existing user in the room

0 commit comments

Comments
 (0)