jhonnold / node-tlcv

Tom's Live Chess Viewer for CCRL Broadcasts on the web!
https://ccrl.live
MIT License
23 stars 8 forks source link

Fixed or reduced doubled king issue in PV boards #85

Open tsoj opened 3 months ago

tsoj commented 3 months ago

I didn't test it very extensively, but it seems to at least reduce the frequency that it happens (haven't noticed it once while watching one game).

The issue was probably that initially I “removed” the animations by setting the animation times to zero, instead of using the animation flag in .position(newPosition, useAnimation).

Would close #84.