You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no way to parse variants from PGN. 1. e4 e5 (1... c5 2. d4 (2. Nf3 e6 (2... d6)) 2... cxd4) 2. d4 will be parsed as 1. e4 e5 2. d4.
It'd be great to save the variants in the final PGN or have a function like getVariants()
The text was updated successfully, but these errors were encountered:
Currently, there is no way to parse variants from PGN.
1. e4 e5 (1... c5 2. d4 (2. Nf3 e6 (2... d6)) 2... cxd4) 2. d4
will be parsed as1. e4 e5 2. d4
.It'd be great to save the variants in the final PGN or have a function like
getVariants()
The text was updated successfully, but these errors were encountered: