Skip to content

Commit

Permalink
feat: modify review
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanlid committed Feb 27, 2025
1 parent 75728cc commit e56ea0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/robot/src/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export default {
const resizeChatWindow = async () => {
chatWindowOpened.value = !chatWindowOpened.value
showPopover.value = showPopover.value && !showPopover.value
showPopover.value = false
await resetContent()
}
Expand Down

0 comments on commit e56ea0d

Please sign in to comment.