fix: back button
This commit is contained in:
@@ -304,7 +304,7 @@ onMounted(() => {
|
||||
<Transition name="message" mode="out-in">
|
||||
<NewSessionScreen
|
||||
v-if="modals.newSessionScreen || getSessionCopyById(currentSessionId!) === undefined"
|
||||
:non-back="getSessionCopyById(currentSessionId!) === undefined"
|
||||
:non-back="!getSessionCopyById(currentSessionId!)"
|
||||
@select="createSession"
|
||||
@cancel="modals.newSessionScreen = false"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user