Adds mod calculation
This commit is contained in:
@@ -35,6 +35,13 @@ export default class M5CharacterSheet extends ActorSheet {
|
||||
})
|
||||
}
|
||||
|
||||
override setPosition(options = {}) {
|
||||
const position = super.setPosition(options)
|
||||
const fillerWidth = this.element.find(".attributes .filler:first").width()
|
||||
this.element.find(".attributes .attribute-filler-fixed").width(fillerWidth)
|
||||
return position;
|
||||
}
|
||||
|
||||
override activateListeners(html: JQuery) {
|
||||
super.activateListeners(html)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user