q-layout-drawer not closing
-
Hi There,
Here are steps to replicate the issue.
- Open Drawer
- Decrease the browser size to mobile screen, now you will see dark area under drawer and behavior is set to ‘mobile’ automatically.
- In Dark area outside drawer, start dragging from right to left.
- Now drawer will become non responsive, there is no way to close it.
Is anyone having solution for this?
Here is my drawer setup:
<q-layout-drawer :no-swipe-open=“true” :no-swipe-close=“true” overlay side=“right” v-model=“leftDrawerOpen” :content-class="$q.theme === ‘mat’ ? ‘bg-grey-2’ : null">
-
hi , any solutions ?