Skip to content

Commit

Permalink
Remove redundant 'behavior' attribute from root-drawer component
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Sep 11, 2024
1 parent 14a8e96 commit c7003f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/app/root-drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
:width="250"
:breakpoint="500"
:overlay="hideDrawer"
:behavior="hideDrawer ? 'mobile' : undefined"
class="bg-dark-page overflow-visible column flex-nowrap"
>
<q-toolbar v-if="hideDrawer">
Expand Down

0 comments on commit c7003f8

Please sign in to comment.