Cleanup a TODO, it's not working out nicely

This commit is contained in:
Jos de Jong 2020-07-15 10:32:40 +02:00
parent f3459430b0
commit 174f1194ef
1 changed files with 1 additions and 1 deletions

View File

@ -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()