react-hn icon indicating copy to clipboard operation
react-hn copied to clipboard

Comments page should not scroll when receiving new comments

Open russjr08 opened this issue 8 years ago • 1 comments

I do like that new comments are retrieved automatically, but it is very annoying that it scrolls the page when a new comment is received.

russjr08 avatar Jan 07 '16 09:01 russjr08

It's even worse when user voting changes the comment order.

This is currently a really dumb implementation which just renders exactly what the Firebase API spits out rather than attempting to manage the changes. It needs to be revisited.

insin avatar Jan 07 '16 10:01 insin