From d3655cdee4c472d54bcfb80f2f6846ffb00f40f7 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 4 Jul 2022 21:33:02 +0530 Subject: [PATCH] dummy change for release --- src/components/App.tsx | 1 + 1 file changed, 1 insertion(+) 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;