add explicit return in _onDrop
This commit is contained in:
parent
6028f70da7
commit
358aab023f
1 changed files with 1 additions and 1 deletions
|
@ -226,6 +226,6 @@ export class DS4ActorSheet extends ActorSheet<DS4ActorDataType, DS4Actor, DS4Ite
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
super._onDrop(event);
|
return super._onDrop(event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue