Skip to content

Commit

Permalink
Merge pull request #791 from Deltares/788-close-about-menu-after-menu…
Browse files Browse the repository at this point in the history
…-item-is-selected

Close Info menu after menu item is selected
  • Loading branch information
martinapippi authored Apr 4, 2024
2 parents 2c60a63 + c9a0c82 commit 9e86f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/DefaultLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
location="top"
activator="parent"
:transition="false"
:close-on-content-click="false"
:close-on-content-click="true"
width="320"
>
<v-list density="compact">
Expand Down

0 comments on commit 9e86f79

Please sign in to comment.