Skip to content

Commit

Permalink
Fixing lit gate after disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Jun 21, 2024
1 parent 7318898 commit ae007c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,11 +745,11 @@ export class Gate {
terminal7.activeG = null
}
}, 10)
this.stopBoarding()
if (this.session) {
this.session.close()
this.session = null
}
this.stopBoarding()
}
setFitScreen() {
this.fitScreen = true
Expand Down

0 comments on commit ae007c6

Please sign in to comment.