-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed offset when dragging in scroll container #56
Conversation
# Conflicts: # README.md
…rag position in scrolled documents.
remove componentWillReceiveProps and swap with componentDidUpdate
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.10...4.17.15) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.1 to 1.4.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.4.1...1.4.7) Signed-off-by: dependabot[bot] <[email protected]>
…n/lodash-4.17.15 Bump lodash from 4.17.10 to 4.17.15
…n/url-parse-1.4.7 Bump url-parse from 1.4.1 to 1.4.7
…n/mixin-deep-1.3.2 Bump mixin-deep from 1.3.1 to 1.3.2
…ing; add classes: `--with-children`, `--children-open`, `--children-collapsed`.
@primetwig can this get pushed up the chain? I'm also having an issue within a scrollable container and would love a fix. |
Hi, is it possible to merge this PR, the fix works like a charm for me (installed it from the fork) 🙏 |
@primetwig hi, any update on merging this? Is there more work that needs to be done? I really like this library, but this is a serious bug for me. |
I updated this merge request to the latest code so there are no more merge conflicts. See this pull request. #88 |
Fixed offset when dragging in scroll container primetwig#56
resolve #29