feat(whiteboard): live cursors via broadcast channel

This commit is contained in:
byGalax
2026-05-17 17:24:34 +02:00
parent 4ed3f04300
commit f9f8e3fdb8
3 changed files with 183 additions and 9 deletions
@@ -80,6 +80,7 @@ export function WhiteboardModal({ whiteboardId, onClose }: Props) {
color={color}
width={width}
onStroke={(payload) => void insertStroke(payload)}
whiteboardId={whiteboardId}
/>
)}
</div>