mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
test
This commit is contained in:
parent
48924688c7
commit
cacfc7a0b0
1 changed files with 1 additions and 0 deletions
|
@ -1843,6 +1843,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||||
|
|
||||||
componentDidUpdate(prevProps: AppProps, prevState: AppState) {
|
componentDidUpdate(prevProps: AppProps, prevState: AppState) {
|
||||||
this.updateEmbeddables();
|
this.updateEmbeddables();
|
||||||
|
console.log("HEYYY BEFORE VITE AUTOMATIC RELOAD!!");
|
||||||
if (
|
if (
|
||||||
!this.state.showWelcomeScreen &&
|
!this.state.showWelcomeScreen &&
|
||||||
!this.scene.getElementsIncludingDeleted().length
|
!this.scene.getElementsIncludingDeleted().length
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue