Visit a page with line range highlighted, and the browser will not scroll to it automatically. This patch should fix that.
If you don't like the animation, replace that line with window.scroll(0, offset);.
window.scroll(0, offset);
I like the idea but it seems it doesn't work for me if the lines selected are not part of the first file (in my local test I selected lines in the 5th files).
Nevermind I tested in on a PR where I think we should also add it, but this is for viewing a file and works like a charm :)
Thanks!
Pull-Request has been merged by pingou