#74 forces a reposition check on rendering the charactersheet.

main
macniel 2026-03-12 19:46:55 +01:00
parent 4b915d2e47
commit 013967e066
1 changed files with 3 additions and 0 deletions

View File

@ -370,6 +370,7 @@ class CharacterSheet extends HandlebarsApplicationMixin(ActorSheetV2) {
event.preventDefault() event.preventDefault()
await this.document.update(formData.object) await this.document.update(formData.object)
return false return false
} }
@ -733,6 +734,8 @@ class CharacterSheet extends HandlebarsApplicationMixin(ActorSheetV2) {
Liturgies._onRender(context, options, this.element) Liturgies._onRender(context, options, this.element)
Skills._onRender(context, options, this.element) Skills._onRender(context, options, this.element)
Spells._onRender(context, options, this.element) Spells._onRender(context, options, this.element)
this._onPosition(this.position)
} }
async _canDragDrop() { async _canDragDrop() {