Skip to content

Commit 1d04d58

Browse files
committed
fix chat mesh change
1 parent 1072b78 commit 1d04d58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gui/src/views/chat/BotChat.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,12 @@ onMounted(()=>{
561561
const gohistory = () => {
562562
emits('history',true);
563563
}
564+
565+
watch(() => selectedMesh, () => {
566+
back()
567+
}, {
568+
deep: true
569+
})
564570
defineExpose({
565571
setBot
566572
})

0 commit comments

Comments
 (0)