Hacker News new | ask | show | jobs
by BHSPitMonkey 4825 days ago
Nitpick: It seems impossible to scroll down and read the stuff below the actual editor (at least in Chrome), since the editor keeps auto-scrolling me back up to itself whenever new data comes in.
1 comments

Yeah, sorry! Codemirror automatically keeps your cursor scrolled into view and with lots of people editing, your cursor keeps moving.

I just tweaked it (again) so that we remove focus from CodeMirror when you scroll the page, so this should be taken care of.

Sorry about that!