dummy diff

This commit is contained in:
Aakansha Doshi
2022-06-22 18:15:11 +05:30
parent 139ab816b6
commit c4f5d008ee

View File

@@ -1034,6 +1034,7 @@ class App extends React.Component<AppProps, AppState> {
} }
componentDidUpdate(prevProps: AppProps, prevState: AppState) { componentDidUpdate(prevProps: AppProps, prevState: AppState) {
console.log("update")
if ( if (
this.excalidrawContainerRef.current && this.excalidrawContainerRef.current &&
prevProps.UIOptions.dockedSidebarBreakpoint !== prevProps.UIOptions.dockedSidebarBreakpoint !==