Skip to content

Commit

Permalink
prompt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed Oct 28, 2024
1 parent 3937ca7 commit a8045f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/PromptAnywhere.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ const onClick = (ev) => {
const onClose = () => {
audioPlayer.stop()
window.api.anywhere.cancel()
response.value = null
}
const onPrompt = async (data) => {
Expand Down Expand Up @@ -226,6 +227,7 @@ const onContinueConversation = async () => {
// continue
window.api.anywhere.continue(chat.value.uuid)
response.value = null
}
Expand Down

0 comments on commit a8045f7

Please sign in to comment.