#74 forces a reposition check on rendering the charactersheet.
parent
4b915d2e47
commit
013967e066
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue