Various fixes

This commit is contained in:
2023-08-09 18:05:16 +02:00
parent 43a3a2ccfa
commit 002d6f4fbd
60 changed files with 503 additions and 409 deletions

View File

@@ -89,9 +89,9 @@ export class Hero6ActorSheet extends ActorSheet {
// Everything below here is only needed if the sheet is editable
if (!this.options.editable) return;
html.bind("keydown", function(e) { // Ignore Enter in actores sheet
/*html.bind("keydown", function(e) { // Ignore Enter in actores sheet
if (e.keyCode === 13) return false;
});
});*/
// Update Inventory Item
html.find('.item-edit').click(ev => {