Show opening even after move 25

pull/9068/head
Aditya Vallabh 2021-05-31 00:06:09 +05:30
parent 200f6c0edf
commit 28584ff72a
1 changed files with 2 additions and 1 deletions

View File

@ -104,10 +104,11 @@ export default function (root: AnalyseCtrl, opts: ExplorerOpts, allow: boolean):
true
);
const empty: ExplorerData = {
const empty: OpeningData = {
isOpening: true,
moves: [],
fen: '',
opening: root.data.game.opening,
};
function setNode() {