Skip to content

Commit

Permalink
Disable opening chat link in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Aug 3, 2024
1 parent ecafda7 commit 5283caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/snapshot/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async function handleChat() {
const { SessionUuid }: { SessionUuid: string } = await CreateSessionFromSnapshot(uuid)
await chatStore.setActiveLocal(SessionUuid)
// open link at static/#/chat/{SessionUuid}
window.open(`/static/#/chat/${SessionUuid}`, '_blank')
//window.open(`/static/#/chat/${SessionUuid}`, '_blank')
}
const footerClass = computed(() => {
Expand Down

0 comments on commit 5283caa

Please sign in to comment.