mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
Switching to the less pretty version of the drag drop in case of currency problems
This commit is contained in:
parent
6f52c19ec8
commit
017db15c22
1 changed files with 1 additions and 1 deletions
|
|
@ -385,8 +385,8 @@ export default function DHApplicationMixin(Base) {
|
||||||
fromInternal: this.document.uuid
|
fromInternal: this.document.uuid
|
||||||
};
|
};
|
||||||
event.dataTransfer.setData('text/plain', JSON.stringify(effectData));
|
event.dataTransfer.setData('text/plain', JSON.stringify(effectData));
|
||||||
|
event.dataTransfer.setDragImage(inventoryItem.querySelector('img'), 60, 0);
|
||||||
}
|
}
|
||||||
event.dataTransfer.setDragImage(inventoryItem.querySelector('img'), 60, 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue