mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 15:33:37 +02:00
.
This commit is contained in:
parent
bfcbb9f290
commit
9028a9efb3
8 changed files with 2 additions and 92 deletions
|
|
@ -762,10 +762,6 @@ export default function DHApplicationMixin(Base) {
|
|||
data.system.domain = parent.system.domains[0];
|
||||
}
|
||||
|
||||
if (documentClass === 'ActiveEffect') {
|
||||
return cls.createDialog(data, { parent: this.document });
|
||||
}
|
||||
|
||||
const doc = await cls.create(data, { parent, renderSheet: !event.shiftKey });
|
||||
if (parentIsItem && type === 'feature') {
|
||||
await this.document.update({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue