mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
move draggable from item to the buttons
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user