fix: make drag & drop of items from actor sheet work again

This commit is contained in:
Johannes Loher 2023-07-27 01:05:35 +02:00
parent 4683cf249c
commit 8a5fa072ce
No known key found for this signature in database
GPG key ID: 7CB0A9FB553DA045
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}}">
<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"