[debug] disable image tool to test

This commit is contained in:
dwelle 2023-03-26 12:50:32 +02:00
parent 6fb5c2acda
commit ba951b9a03

View File

@ -618,6 +618,7 @@ const ExcalidrawWrapper = () => {
onPointerUpdate={collabAPI?.onPointerUpdate}
UIOptions={{
canvasActions: {
tools: { image: false },
toggleTheme: true,
export: {
onExportToBackend,