mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update creator.js
This commit is contained in:
@@ -144,6 +144,7 @@ function selectSelectable(event) {
|
||||
eventTarget.classList.add('selected');
|
||||
}
|
||||
function dragStart(event) {
|
||||
Array.from(document.querySelectorAll('.dragging')).forEach(element => element.classList.remove('dragging'));
|
||||
event.target.closest('.draggable').classList.add('dragging');
|
||||
}
|
||||
function dragEnd(event) {
|
||||
|
Reference in New Issue
Block a user