josefjadrny/js-chess-engine

`getHistory()` consistently returns the `check` property as `false`.

Opened this issue · 0 comments

If I make a move that puts the black or white kings in check, getHistory() return the check attribute as false. It only becomes true when I call exportJson(), where the value is calculated by invoking hasPlayingPlayerCheck().

I am using version 1.0.2.

Thank you!