excalidraw_canvas.tsx
This commit is contained in:
parent
bdb37a7357
commit
ae74973b13
6 changed files with 70 additions and 49 deletions
|
@ -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 };
|
||||
// -- / --
|
||||
|
|
Reference in a new issue