From f91082d2a352b290b82a6c8a4e8f7ad9c382c256 Mon Sep 17 00:00:00 2001 From: Fork Less Date: Wed, 24 Jun 2026 18:08:40 +0200 Subject: [PATCH] fix: disable Excalidraw collaboration WS to oss-collab.excalidraw.com --- frontend/src/App.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 8de39c1..5f483c0 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1862,6 +1862,11 @@ function App(): JSX.Element { } }} onChange={handleCanvasChange} + UIOptions={{ + canvasActions: { + toggleCollaboration: false + } + }} />