fix and equipped props

This commit is contained in:
Vlyan
2020-12-16 19:23:04 +01:00
parent 182219337d
commit 5aa15f32fb
3 changed files with 14 additions and 5 deletions

View File

@@ -22,6 +22,14 @@ export class BaseSheetL5r5e extends ActorSheet {
return this.object.update(formData);
}
/**
* Handle dropped data on the Actor sheet
*/
// _onDrop(event) {
// console.log('*** event', event);
// return false;
// }
/**
* Subscribe to events from the sheet.
* @param html HTML content of the sheet.