Removed getCursorPosition

This commit is contained in:
unsettledgames
2021-07-22 19:05:58 +02:00
parent 15cca5ffb7
commit 6b84cdaa4d
8 changed files with 43 additions and 41 deletions

View File

@@ -20,7 +20,6 @@ const ColorModule = (() => {
animation:100,
filter: ".noshrink",
draggable: ".draggable-colour",
// REFACTOR: Don't touch dragging, simulate a mouseup event instead
onEnd: function() {Events.simulateMouseEvent(window, "mouseup");}
});