Skip to content

Commit

Permalink
Merge pull request #356 from AOEpeople/update/#260323-message-on-save
Browse files Browse the repository at this point in the history
updated the submit to scroll to the top of the page
  • Loading branch information
hacksch authored Oct 11, 2023
2 parents 062ee83 + 4c4cc20 commit ff892b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/src/views/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ async function handleSubmit() {
await setUpDaysAndEnabled();
}
}
window.scrollTo({ top: 0, behavior: 'smooth' });
}
async function setUpDaysAndEnabled() {
Expand Down

0 comments on commit ff892b5

Please sign in to comment.