#1 Fix item deletion

This commit is contained in:
2021-02-22 20:32:12 +01:00
parent 4f61eb3ef2
commit 9ea19a5509
3 changed files with 32 additions and 2 deletions

View File

@ -92,7 +92,7 @@ export class SoSActorSheet extends ActorSheet {
// Delete Inventory Item
html.find('.item-delete').click(ev => {
const li = $(ev.currentTarget).parents(".item");
RdDUtility.confirmerSuppression(this, li);
SoSUtility.confirmDelete(this, li);
});
html.find('.stat-label a').click((event) => {