This commit is contained in:
cmack 2020-07-10 11:48:56 +01:00
parent 3cf941defc
commit cb26992ef3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export default function (node) {
export default function(node) {
function handleMouseDown() {
window.addEventListener("mousemove", handleMouseMove)
window.addEventListener("mouseup", handleMouseUp)