christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

Bug Fix: Live view autoscrolls to the top of file on change #234

Open jamesopti opened 7 years ago

jamesopti commented 7 years ago

When viewing someone else's bin thats in "Live" mode, its very difficult to watch them change the file if their cursor is below the fold, as each update autoscrolls the viewer to the top.

Perhaps the current scroll position could be remembered before updating the live content

christianalfoni commented 7 years ago

Oh, was not aware of that... yeah, this certainly needs to be remembered. Will add to fix list