better way to call super._onDropItem
This commit is contained in:
parent
afbe0cb8f1
commit
2d6eb34d09
1 changed files with 1 additions and 1 deletions
|
@ -222,6 +222,6 @@ export class DS4ActorSheet extends ActorSheet<DS4ActorDataType, DS4Actor, DS4Ite
|
|||
);
|
||||
return false;
|
||||
}
|
||||
return super["_onDropItem"](event, data);
|
||||
return super._onDropItem(event, data);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue