Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
47 contributions in the last year
Contribution activity
October 2020
September 2020
- hyb1996/ace JavaScript
Created a pull request in ajaxorg/ace that received 2 comments
fix scrollTo coordinates issue
Issue #, if available: scrollTo(x, y) will actually scrollTo(y, y). Description of changes: Called setScrollLeft() with x-coordinate. By submitting…