Cleanup a TODO, it's not working out nicely
This commit is contained in:
parent
f3459430b0
commit
174f1194ef
|
@ -262,7 +262,7 @@
|
|||
}
|
||||
|
||||
function handleMouseMove (event) {
|
||||
if (singleton.mousedown) { // TODO: Remove the need for this, only create mousemove handle when mouse is down
|
||||
if (singleton.mousedown) {
|
||||
event.preventDefault()
|
||||
event.stopPropagation()
|
||||
|
||||
|
|
Loading…
Reference in New Issue