Skip to content

Commit

Permalink
Re-enable opening of last project (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja authored Oct 12, 2024
1 parent 97aae70 commit 2c2adac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/document/DocumentManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ export function setup() {
doc.history.clear();
setupEventListeners()
.then(() => newProject())
.then(() => uiState.updateWindowTitle());
// .then(() => openProjectFile())
.then(() => uiState.updateWindowTitle())
.then(() => openProjectFile());
}
setup();

Expand Down

0 comments on commit 2c2adac

Please sign in to comment.