From 76882f98175457052a64732a817167a2161bda6b Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Mon, 4 May 2026 20:19:27 -0400 Subject: [PATCH] Disable spellcheck and autocorrect on all adversary sheets --- templates/sheets/actors/adversary/header.hbs | 9 ++++++++- templates/sheets/actors/character/header.hbs | 9 ++++++++- templates/sheets/actors/companion/header.hbs | 2 ++ templates/sheets/actors/party/header.hbs | 4 +++- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/templates/sheets/actors/adversary/header.hbs b/templates/sheets/actors/adversary/header.hbs index 5bdfa421..fba96980 100644 --- a/templates/sheets/actors/adversary/header.hbs +++ b/templates/sheets/actors/adversary/header.hbs @@ -1,7 +1,14 @@
-

{{source.name}}

+

{{source.name}}

diff --git a/templates/sheets/actors/character/header.hbs b/templates/sheets/actors/character/header.hbs index 1b1c4965..8010dfa5 100644 --- a/templates/sheets/actors/character/header.hbs +++ b/templates/sheets/actors/character/header.hbs @@ -1,7 +1,14 @@
-

{{source.name}}

+

{{source.name}}

{{#if @root.editable}} diff --git a/templates/sheets/actors/companion/header.hbs b/templates/sheets/actors/companion/header.hbs index 8b63e396..d10c0640 100644 --- a/templates/sheets/actors/companion/header.hbs +++ b/templates/sheets/actors/companion/header.hbs @@ -6,6 +6,8 @@ name='name' value='{{document.name}}' placeholder='{{localize "DAGGERHEART.GENERAL.actorName"}}' + autocomplete="off" + spellcheck="false" />

{{#if useResourcePips}} diff --git a/templates/sheets/actors/party/header.hbs b/templates/sheets/actors/party/header.hbs index 3fdb137d..c48902c8 100644 --- a/templates/sheets/actors/party/header.hbs +++ b/templates/sheets/actors/party/header.hbs @@ -2,7 +2,9 @@
-

+

+ +

\ No newline at end of file