This commit is contained in:
みけCAT 2025-04-16 08:27:31 +00:00 committed by GitHub
commit 3a7a2a1083
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ function App() {
Show Collaborators Show Collaborators
</label> </label>
<Excalidraw <Excalidraw
ref={(api) => setExcalidrawAPI(api)} excalidrawAPI={(api) => setExcalidrawAPI(api)}
renderTopRightUI={() => ( renderTopRightUI={() => (
<LiveCollaborationTrigger <LiveCollaborationTrigger
isCollaborating={isCollaborating} isCollaborating={isCollaborating}