mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 10:47:59 +08:00
it turns out that there was only a problem with moveDown. refactored logic proposed by Adam
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
test.run();
|
||||
|
||||
document.getElementsByTagName('body')[0].addEventListener('mousemove', function(evt) {
|
||||
console.log(evt.clientX + ',' + evt.clientY);
|
||||
//console.log(evt.clientX + ',' + evt.clientY);
|
||||
}, false);
|
||||
};
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user