Various fixes

This commit is contained in:
2025-09-16 23:49:02 +02:00
parent 59a39850ce
commit 76a99fe33f
33 changed files with 148 additions and 128 deletions

View File

@@ -140,7 +140,7 @@ export default class LethalFantasyActorSheet extends HandlebarsApplicationMixin(
if ("link" in event.target.dataset) return
const el = event.currentTarget.closest('[data-drag="true"]')
const dragType = el.dataset.dragType
const dragType = el?.dataset?.dragType
let dragData = {}