From ba951b9a034287e108a91d64aa3a1ace1c9b7d0a Mon Sep 17 00:00:00 2001 From: dwelle Date: Sun, 26 Mar 2023 12:50:32 +0200 Subject: [PATCH] [debug] disable image tool to test --- src/excalidraw-app/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/excalidraw-app/index.tsx b/src/excalidraw-app/index.tsx index 930143f98..ab9d8b828 100644 --- a/src/excalidraw-app/index.tsx +++ b/src/excalidraw-app/index.tsx @@ -618,6 +618,7 @@ const ExcalidrawWrapper = () => { onPointerUpdate={collabAPI?.onPointerUpdate} UIOptions={{ canvasActions: { + tools: { image: false }, toggleTheme: true, export: { onExportToBackend,