react-scroll-sync
react-scroll-sync copied to clipboard
enable initial scroll
Per my feature request #41
I have created a fork and allowed initial scroll position through two props initialScrollLeft
and initialScrollTop
@okonet should I get rid of yarn.lock and package-lock.json from the PR?
You should not touch files that aren't related to the PR I'd suggest.
@okonet removed those files from PR
Build is still failing, though:
12:00:28 PM: 134:36 error Assignment to property of function parameter 'pane' no-param-reassign
12:00:28 PM: 136:12 error Assignment to property of function parameter 'pane' no-param-reassign
12:00:28 PM: 141:36 error Assignment to property of function parameter 'pane' no-param-reassign
12:00:28 PM: 143:12 error Assignment to property of function parameter 'pane' no-param-reassign
@okonet hey, sorry for the late fix. I have just found out that this has yet to be merged, and I added a eslint ignore to ignore those errors..... Not sure why those errors didn't appear before though.