mirror of https://github.com/bra1n/townsquare.git
pressing J when in a live session now leaves the session (closes #76)
This commit is contained in:
parent
2741950837
commit
cd6cf1ed4a
|
@ -255,7 +255,7 @@ export default {
|
|||
}
|
||||
},
|
||||
joinSession() {
|
||||
if (this.session.sessionId) return;
|
||||
if (this.session.sessionId) return this.leaveSession();
|
||||
const sessionId = prompt(
|
||||
"Enter the channel number / name of the session you want to join"
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue