Skip to content

Commit

Permalink
fix: reset overlay on change route
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Nov 18, 2024
1 parent a411416 commit 2d86d3e
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 2d86d3e

Please sign in to comment.