Skip to content

Commit

Permalink
Merge pull request #934 from weni-ai/hotfix/overlay-on-change-route
Browse files Browse the repository at this point in the history
[ENGAGE-2088] - Fix overlay not reset on change route
  • Loading branch information
mateuseduardomedeiros authored Nov 18, 2024
2 parents a411416 + 2d86d3e commit 1f0bf31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export default {
immediate: true,

handler() {
this.showOverlay = false;
this.$nextTick(() => {
setTimeout(() => {
if (
Expand Down

0 comments on commit 1f0bf31

Please sign in to comment.