xzw 1 год назад
Родитель
Сommit
6908ecf2bb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scene/public/static/js/main_2020_show.js

+ 1 - 1
scene/public/static/js/main_2020_show.js

@@ -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
     }