DISABLE DEBUG

This commit is contained in:
dwelle
2025-07-15 15:37:18 +02:00
parent 973f2a464d
commit c398af6c92

View File

@ -1143,7 +1143,7 @@ const ExcalidrawWrapper = () => {
ref={debugCanvasRef}
/>
)}
<FreedrawDebugSliders />
{/* <FreedrawDebugSliders /> */}
</Excalidraw>
</div>
);