mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
Think I fixed the partial rendering bug for gm->player
This commit is contained in:
parent
df7d8bcd23
commit
f782489a39
4 changed files with 5 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<section class="roll-selection {{#if allHaveRolled}}rendered{{/if}} tab {{#if tabs.tagTeamRoll.active}} active{{/if}}" data-group="{{tabs.tagTeamRoll.group}}">
|
||||
<section class="roll-selection {{#if (and allHaveRolled tabs.tagTeamRoll.active)}}rendered{{/if}} tab {{#if tabs.tagTeamRoll.active}} active{{/if}}" data-group="{{tabs.tagTeamRoll.group}}">
|
||||
{{#if allHaveRolled}}
|
||||
<div class="roll-selection-container">
|
||||
{{#each members as |member key|}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
<section class="tag-team-roll tab {{#if tabs.tagTeamRoll.active}} active{{/if}}" data-group="{{tabs.tagTeamRoll.group}}" data-tab="{{tabs.tagTeamRoll.id}}">
|
||||
<div class="tag-team-roll-container {{#unless isEditable}}inactive{{/unless}}">
|
||||
<div class="results-container">
|
||||
<div>{{test}}</div>
|
||||
<span class="result-container-label">{{localize "DAGGERHEART.GENERAL.result.plural"}}</span>
|
||||
<div class="results-inner-container">
|
||||
{{#if hintText}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue