fix: set touchless on AppSidebar (#6092)

This commit is contained in:
Arsène Reymond 2025-09-03 11:11:36 +02:00 committed by GitHub
parent 608dbaa4c1
commit 6bfbc7ca0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>