Fix computer mode in rules tab
[vchess.git] / public / javascripts / components / moveList.js
index b3c4255..ded7d86 100644 (file)
@@ -57,7 +57,7 @@ Vue.component('my-move-list', {
                                                {
                                                        domProps: { innerHTML: curCellContent },
                                                        on: { click: () => this.gotoMove(i) },
-                                                       "class": { "highlight-lm": this.cursor-1 == i },
+                                                       "class": { "highlight-lm": this.cursor == i },
                                                }
                                        )
                                );