Skip to content

Commit 7052a2f

Browse files
committed
fix: 체크박스 리모트 연산 처리 추가
1 parent f388496 commit 7052a2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/src/features/editor/provider/WebsocketProvider.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ export const WebSocketProvider = ({
7373
case "update/char":
7474
handleRemoteCharUpdate(item.operation);
7575
break;
76+
case "checkbox/block":
77+
handleRemoteBlockCheckbox(item.operation);
78+
break;
7679
default:
7780
console.warn("알 수 없는 연산 타입:", item.event);
7881
}

0 commit comments

Comments
 (0)