mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-25 18:40:05 -04:00
fix: set touchless on AppSidebar (#6092)
This commit is contained in:
parent
608dbaa4c1
commit
6bfbc7ca0a
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-navigation-drawer v-model="showDrawer" class="d-flex flex-column d-print-none position-fixed">
|
||||
<v-navigation-drawer v-model="showDrawer" class="d-flex flex-column d-print-none position-fixed" touchless>
|
||||
<!-- User Profile -->
|
||||
<template v-if="loggedIn">
|
||||
<v-list-item lines="two" :to="userProfileLink" exact>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user