mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: reset unmounted state for the component (#4682)
* Reset unmounted state for the component * update changelog Co-authored-by: ad1992 <aakansha1216@gmail.com>
This commit is contained in:
parent
631a228ca1
commit
719ae7b72f
2 changed files with 2 additions and 0 deletions
|
@ -809,6 +809,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
};
|
||||
|
||||
public async componentDidMount() {
|
||||
this.unmounted = false;
|
||||
this.excalidrawContainerValue.container =
|
||||
this.excalidrawContainerRef.current;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue