mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
.
This commit is contained in:
parent
a02ca40f87
commit
06f6771d70
1 changed files with 0 additions and 4 deletions
|
|
@ -158,10 +158,6 @@ export default class DhCountdowns extends HandlebarsApplicationMixin(Application
|
|||
context.hasHiddenLongTerm = !this._isFocused && allCountdowns.some(
|
||||
({countdown}) => countdown.type === CONFIG.DH.GENERAL.countdownBaseTypes.longterm.id
|
||||
);
|
||||
console.log('Debug - isFocused:', this._isFocused);
|
||||
console.log('Debug - hasHiddenLongTerm:', context.hasHiddenLongTerm);
|
||||
console.log('Debug - allCountdowns:', allCountdowns);
|
||||
console.log('Debug - longterm countdowns:', allCountdowns.filter(({countdown}) => countdown.type === CONFIG.DH.GENERAL.countdownBaseTypes.longterm.id));
|
||||
return context;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue