Skip to content

Commit

Permalink
Added data-link for v12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PrototypeESBU committed Sep 7, 2024
1 parent 8aa6958 commit 02e435e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions system/templates/apps/compendium-item-selector.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<div class="compendium-item flexrow">
<a
class="content-link uuid-link"
data-link
data-id="{{item._id}}"
data-type="Item"
data-uuid="{{item.uuid}}"
Expand Down
1 change: 1 addition & 0 deletions system/templates/items/partials/choice-selector.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<a
{{#if ../config.isItem}}
class="content-link uuid-link"
data-link
draggable="true"
{{else}}
class="fake-uuid-link"
Expand Down

0 comments on commit 02e435e

Please sign in to comment.