Fix the tabActive for the content tab since we assert the selected tab on render

This commit is contained in:
Oliver 2026-04-14 20:47:44 -06:00
parent 1f213a890a
commit 86ff3c9b79

View file

@ -305,7 +305,7 @@ export class PlayerSheet extends
async _prepareContent(ctx) {
// Whether or not the prose-mirror is toggled or always-edit
ctx.toggled = true;
ctx.tabActive = this.tabGroups.primary === `content` || this.actor.items.size === 0;
ctx.tabActive = this.tabGroups.primary === `content`;
ctx.enriched = {
system: {