Still some issues with moves navigation after computer game ends
[vchess.git] / client / next_src / components / problemSummary.js
index 54602e0..7321c23 100644 (file)
@@ -32,3 +32,8 @@ Vue.component('my-problem-summary', {
                },
        },
 })
+      if (this.mode == "analyze")
+      {
+        this.mycolor = V.ParseFen(fen).turn;
+        this.orientation = this.mycolor;
+      }