mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Allow viewing domain card item sheet by clicking the name in grid view
This commit is contained in:
parent
b3a72d6b1d
commit
e8d4e9e74a
2 changed files with 13 additions and 3 deletions
|
|
@ -19,6 +19,6 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<span class="card-name">{{item.name}}</span>
|
||||
<span class="card-name" data-action="viewItem">{{item.name}}</span>
|
||||
</div>
|
||||
</li>
|
||||
Loading…
Add table
Add a link
Reference in a new issue