Skip to content

Commit 32f558e

Browse files
committed
attempt to disable cursor
1 parent 9384dc4 commit 32f558e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/Overlay/IframeOverlayPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function IframeOverlayPage() {
3636
}
3737
`}</style>
3838
</Head>
39-
<Editor hideUi readonly roomID={params.roomId} />
39+
<Editor hideUi readonly roomID={params.roomId} components={{Cursor: null}} />
4040
</div>
4141
);
4242
}

0 commit comments

Comments
 (0)