test
This commit is contained in:
parent
3fee99e620
commit
2090de608e
@ -1843,7 +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!!");
|
console.log("HEYYY AFTER VITE AUTOMATIC RELOAD!!");
|
||||||
if (
|
if (
|
||||||
!this.state.showWelcomeScreen &&
|
!this.state.showWelcomeScreen &&
|
||||||
!this.scene.getElementsIncludingDeleted().length
|
!this.scene.getElementsIncludingDeleted().length
|
||||||
|
Loading…
x
Reference in New Issue
Block a user