From 911e40144ecbff7c333b554d6eb1759f3427bb02 Mon Sep 17 00:00:00 2001 From: Oreille <33065839+Oreilles@users.noreply.github.com> Date: Fri, 22 Oct 2021 16:23:28 +0200 Subject: [PATCH] Do not listen to the clicks of the ghosts (#9067) --- app/src/components/v-list/v-list-item.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/components/v-list/v-list-item.vue b/app/src/components/v-list/v-list-item.vue index 72fe63d1e1..ab8dfd5c88 100644 --- a/app/src/components/v-list/v-list-item.vue +++ b/app/src/components/v-list/v-list-item.vue @@ -271,6 +271,10 @@ body { border: var(--border-width) solid var(--primary) !important; } + &.sortable-ghost { + pointer-events: none; + } + & + & { margin-top: 8px; }