We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9384dc4 commit 32f558eCopy full SHA for 32f558e
web/src/components/Overlay/IframeOverlayPage.tsx
@@ -36,7 +36,7 @@ export function IframeOverlayPage() {
36
}
37
`}</style>
38
</Head>
39
- <Editor hideUi readonly roomID={params.roomId} />
+ <Editor hideUi readonly roomID={params.roomId} components={{Cursor: null}} />
40
</div>
41
);
42
0 commit comments