fix: make drag & drop of items from actor sheet work again
This commit is contained in:
parent
4683cf249c
commit
8a5fa072ce
2 changed files with 2 additions and 2 deletions
|
@ -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}}">
|
||||
<li class="ds4-embedded-document-list__row item" 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 change-item"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue