fix: dragging of items onto the macro bar

This commit is contained in:
Alexander Minges 2025-07-13 15:14:46 +02:00
parent 6e1b043e4f
commit 792f15dc57
Signed by: Athemis
GPG key ID: 31FBDEF92DDB162B
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ SPDX-License-Identifier: MIT
!-- @param hideDescription: A flag to disable the description column.
!-- @param @partial-block: Custom column headers can be passed using the partial block.
--}}
<li class="ds4-embedded-document-list__row item" data-item-uuid="{{item.uuid}}" data-item-id="{{item.id}}">
<li class="ds4-embedded-document-list__row item draggable" data-item-uuid="{{item.uuid}}" data-item-id="{{item.id}}">
{{!-- equipped --}}
{{#if isEquipable}}
<input class="ds4-embedded-document-list__editable ds4-embedded-document-list__editable--checkbox"