diff --git a/src/module/sheets/characterSheet.mjs b/src/module/sheets/characterSheet.mjs index d859c7a2..d6b36946 100644 --- a/src/module/sheets/characterSheet.mjs +++ b/src/module/sheets/characterSheet.mjs @@ -370,6 +370,7 @@ class CharacterSheet extends HandlebarsApplicationMixin(ActorSheetV2) { event.preventDefault() await this.document.update(formData.object) + return false } @@ -733,6 +734,8 @@ class CharacterSheet extends HandlebarsApplicationMixin(ActorSheetV2) { Liturgies._onRender(context, options, this.element) Skills._onRender(context, options, this.element) Spells._onRender(context, options, this.element) + + this._onPosition(this.position) } async _canDragDrop() {