Fix drag n drop

This commit is contained in:
Vlyan
2021-07-01 16:38:09 +02:00
parent 91b631b2f1
commit de449ab58e
4 changed files with 6 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ export class CharacterSheetL5r5e extends BaseSheetL5r5e {
const data = JSON.parse(json);
if (data.type !== "JournalEntry") {
return;
return super._onDrop(event);
}
const journal = await this._getJournal(data.id, data.pack);