mliebelt / pgn-viewer

Simple PGN viewer with the necessary features to display chess games
GNU General Public License v3.0
164 stars 44 forks source link

Wrong expression if variationLevel not set #409

Closed mliebelt closed 1 year ago

mliebelt commented 1 year ago

I have some dependencies that the variationLevel is set. This is not the case when a new move is entered, so the viewer has to be more robust when the variation level is not set. Fix the relevant functions, so that the expressions work as expected.