Skip to content

Commit

Permalink
fix: 新建角色后语音识别快捷键失效
Browse files Browse the repository at this point in the history
  • Loading branch information
liou666 committed May 7, 2023
1 parent 674aa6b commit 9ec0a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Home/components/Tool.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ watch([azureKey, azureRegion, ttsPassword], () => {
<span>Setting</span>
</div>
</div>
<Modal v-model:visible="addVisible" h-80vh :z-index="2" class="dark:bg-[#111111] bg-white" center max-w-120 p6 @close="closeNewChat()">
<NewChat :all-voices="tempAllVoices as any" @close="addVisible = false" />
<Modal v-model:visible="addVisible" :z-index="2" class="dark:bg-[#111111] bg-white" center max-w-120 p6 @close="closeNewChat()">
<NewChat :all-voices="tempAllVoices as any" @close="closeNewChat()" />
</Modal>

<Modal v-model:visible="settingVisible" class="dark:bg-[#111111] bg-white" center p6>
Expand Down

0 comments on commit 9ec0a4b

Please sign in to comment.