Some improvements (multi-tabs on same game seem fixed)
[vchess.git] / client / src / components / MoveList.vue
index cc8e24c..c0a15df 100644 (file)
@@ -21,7 +21,7 @@ div
   #scoreInfo(v-if="score!='*'")
     p {{ score }}
     p {{ st.tr[message] }}
-  .moves-list(v-if="show != 'none'")
+  .moves-list(v-if="!['none','highlight'].includes(show)")
     .tr(v-for="moveIdx in evenNumbers")
       .td {{ firstNum + moveIdx / 2 + 1 }}
       .td(v-if="moveIdx < moves.length-1 || show == 'all'"