@@ -58932,7 +58932,7 @@ class PanTransGuide{
moveIndex(step){
- this.currentIndex += step
+ this.currentIndex += (step + this.nodes.length)
this.currentIndex %= this.nodes.length
return this.currentIndex
}