Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
4c9d592559
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/App.tsx

+ 1
- 1
src/components/App.tsx View File

312
     };
312
     };
313
 
313
 
314
     this.id = nanoid();
314
     this.id = nanoid();
315
-    window.glob_dev_fns && window.glob_dev_fns["App_constructor"] ?  glob_dev_fns["App_constructor"]({that:this,args:[...arguments]}):0
315
+    window.glob_dev_fns && window.glob_dev_fns["App_constructor"] ?  glob_dev_fns["App_constructor"]({that:this,args:[...arguments]}):console.log("APP_CONSTRUCTOR MISSED xcal xdev")
316
 
316
 
317
     if (excalidrawRef) {
317
     if (excalidrawRef) {
318
       const readyPromise =
318
       const readyPromise =

Loading…
Cancel
Save