Skip to content

Commit

Permalink
Generation panel from AI button now hides when generating
Browse files Browse the repository at this point in the history
  • Loading branch information
TinCodes committed Dec 13, 2023
1 parent 7023c18 commit b2a54a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/aiMessages/AiGenerateButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default {
},
methods: {
onGenerateAssets() {
this.showPopover = false;
this.$emit('onGenerateAssets');
},
},
Expand Down

0 comments on commit b2a54a6

Please sign in to comment.