mattborn / chat

Simple chat with Firebase and React
0 stars 3 forks source link

Keep message list scrolled to bottom #16

Closed mattborn closed 8 years ago

mattborn commented 8 years ago

Only the oldest messages are visible when the messages finishing loading. The message list should automatically scroll all the way to the bottom on load and on submit.

thedoorkeep commented 8 years ago

Working on this issue,

I know the solution is to use window.scroll(x, y) but i'm not sure where to place it. Will need to re familiarize myself with react