show welcome screen when using default selection tool

This commit is contained in:
Ryan Di
2025-07-28 18:02:36 +10:00
parent 7f0b97a163
commit 2b8bff0247

View File

@@ -1607,7 +1607,8 @@ class App extends React.Component<AppProps, AppState> {
renderWelcomeScreen={
!this.state.isLoading &&
this.state.showWelcomeScreen &&
this.state.activeTool.type === "selection" &&
this.state.activeTool.type ===
this.defaultSelectionTool &&
!this.state.zenModeEnabled &&
!this.scene.getElementsIncludingDeleted().length
}