Closed
Description
Every button here should only animate a single axis:
https://jsfiddle.net/9onwtvgu/
But clicking the first button also animates the second and third axis and clicking the second button also animates the third axis.
The problem seems to be that editX
and editY
are not initialised to null
here:
Lines 2424 to 2436 in fbbcd20
The same problem might be found here as well (but not related to animations, I assume):
Lines 2521 to 2533 in fbbcd20