Remove unneeded _onRender method
This commit is contained in:
parent
baaafcccfc
commit
b683e8b5a0
1 changed files with 0 additions and 6 deletions
|
|
@ -37,12 +37,6 @@ export class ResizeControlManager extends HandlebarsApplicationMixin(DocumentShe
|
||||||
};
|
};
|
||||||
// #endregion Instance Data
|
// #endregion Instance Data
|
||||||
|
|
||||||
// #region Lifecycle
|
|
||||||
async _onRender(context, options) {
|
|
||||||
await super._onRender(context, options);
|
|
||||||
};
|
|
||||||
// #endregion Lifecycle
|
|
||||||
|
|
||||||
// #region Data Prep
|
// #region Data Prep
|
||||||
async _prepareContext() {
|
async _prepareContext() {
|
||||||
const sizing = getProperty(this.document, `flags.${__ID__}.PlayerSheet.size`) ?? {};
|
const sizing = getProperty(this.document, `flags.${__ID__}.PlayerSheet.size`) ?? {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue