This commit is contained in:
WBHarry 2025-07-25 11:14:34 +02:00
parent e8343de4e4
commit 1bb6e74faa
2 changed files with 7 additions and 7 deletions

View file

@ -425,7 +425,7 @@ export default function DHApplicationMixin(Base) {
* Renders an embedded document.
* @type {ApplicationClickAction}
*/
static async #editDoc(_event, target) {
static #editDoc(_event, target) {
const doc = getDocFromElement(target);
if (doc) return doc.sheet.render({ force: true });
}