move draggable from item to the buttons

This commit is contained in:
chfhtw
2026-03-30 13:37:26 +02:00
parent 2354746d4f
commit dec83bbd21
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -66,7 +66,6 @@ export default {
template: /* html */`
<div
class="drop-grid-item"
:draggable="active && !item.placeholder"
@mousedown="registerDragAction"
@mouseup="$emit('mouseUp', $event)"
@touchstart="touchStart"