excalidraw_canvas.tsx

This commit is contained in:
Martin Kavík 2024-10-08 19:26:46 +02:00
parent 20d123063a
commit 37949fe381
6 changed files with 70 additions and 49 deletions

View file

@ -1 +1,5 @@
// -- Excalidraw settings --
// @TODO replace with "true" once Preact is integrated to ExcalidrawCanvas
var process = { env: { IS_PREACT: "false" } };
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = { isDisabled: true };
// -- / --