From 86ff3c9b795a66f44e0602121919e20f4871b8cb Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 14 Apr 2026 20:47:44 -0600 Subject: [PATCH] Fix the tabActive for the content tab since we assert the selected tab on render --- module/apps/PlayerSheet.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/apps/PlayerSheet.mjs b/module/apps/PlayerSheet.mjs index ace7fb2..3e1be0f 100644 --- a/module/apps/PlayerSheet.mjs +++ b/module/apps/PlayerSheet.mjs @@ -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: {