chaitu236 / TakWeb

Javascript based Tak client
https://www.playtak.com
GNU General Public License v2.0
40 stars 18 forks source link

Scroll-to-bottom of notation list broken. #45

Closed NoHatCoder closed 8 years ago

NoHatCoder commented 8 years ago

When a new move is played the notation list should scroll to bottom. Current code scroll to a value depending on current scroll, which makes the scroll go back and forth. The game has to be longer than two times the notation window for this bug to occur.

Her is a fix: #44