Added warrior (#570)

This commit is contained in:
WBHarry 2025-08-04 02:04:05 +02:00 committed by GitHub
parent 0947a75c32
commit 2ee56e5876
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 1042 additions and 6 deletions

View file

@ -130,7 +130,7 @@ export default function DHApplicationMixin(Base) {
docs.push(doc);
}
docs.filter(doc => doc).map(doc => (doc.apps[this.id] = this));
docs.filter(doc => doc).forEach(doc => (doc.apps[this.id] = this));
if (!!this.options.contextMenus.length) this._createContextMenus();
}