diff --git a/Services/client/src/components/FileItem.vue b/Services/client/src/components/FileItem.vue index 9a1cfe4..e06fdfb 100644 --- a/Services/client/src/components/FileItem.vue +++ b/Services/client/src/components/FileItem.vue @@ -85,7 +85,11 @@ const props = withDefaults( class="inline-block" v-if="props.action && currentDept < 4" tabindex="0" - @keydown.esc="() => (drawer = false)" + @keydown.esc=" + () => { + drawer = false + } + " >