Skip to content

Commit 4c4a402

Browse files
TolerblancCopilot
andauthored
Update apps/websocket/src/yjs/yjs.service.ts
Co-authored-by: Copilot <[email protected]>
1 parent 2361924 commit 4c4a402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/websocket/src/yjs/yjs.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export class YjsService
187187
x: node.x,
188188
y: node.y,
189189
},
190-
color: node.color ?? '#FFFFFFF',
190+
color: node.color ?? '#FFFFFF',
191191
selected: false, // 기본적으로 선택되지 않음
192192
dragging: true,
193193
isHolding: false,

0 commit comments

Comments
 (0)