Remove unneeded _onRender method

This commit is contained in:
Eldritch-Oliver 2025-09-17 19:20:49 -06:00
parent baaafcccfc
commit b683e8b5a0

View file

@ -37,12 +37,6 @@ export class ResizeControlManager extends HandlebarsApplicationMixin(DocumentShe
};
// #endregion Instance Data
// #region Lifecycle
async _onRender(context, options) {
await super._onRender(context, options);
};
// #endregion Lifecycle
// #region Data Prep
async _prepareContext() {
const sizing = getProperty(this.document, `flags.${__ID__}.PlayerSheet.size`) ?? {};