diff --git a/src/components/App.tsx b/src/components/App.tsx index a16fcdf5e6..bdf58b458e 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -807,6 +807,7 @@ class App extends React.Component { }; public async componentDidMount() { + console.info("Dummyyyyyy"); this.unmounted = false; this.excalidrawContainerValue.container = this.excalidrawContainerRef.current;