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
</label>
<Excalidraw
ref={(api) => setExcalidrawAPI(api)}
excalidrawAPI={(api) => setExcalidrawAPI(api)}
renderTopRightUI={() => (
<LiveCollaborationTrigger
isCollaborating={isCollaborating}