Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix scrolling to highlighted lines on source view
getClientRects returns an array, and its values are relative to the viewport. scrollIntoView is much easier to use for this.
- Loading branch information