This commit is contained in:
2024-03-04 10:01:14 +01:00
parent 03cba6794e
commit 1b7265974e
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -441,6 +441,7 @@ export default class M5CharacterSheet extends ActorSheet {
let data = null;
try {
data = JSON.parse(event.dataTransfer.getData("text/plain"));
data.data.system.containerId = ""; //Clean containerId
if (data.type !== "Transfer") return false;
} catch (err) {
return false;