scrollbooster icon indicating copy to clipboard operation
scrollbooster copied to clipboard

Enjoyable content drag-to-scroll library

Results 55 scrollbooster issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Enables scrolling from right to left.

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

For everyone struggling to make it work: I had to add a 100 milisec timeout. That's it. 3 hours of debugging :D Hope this helps someone.

Use case: http://i.venner.io/2020-03-12_20-03-12.webm I fixed it by changing: https://github.com/ilyashubin/scrollbooster/blob/2713dd61ede0db48edd1bb1ff6b4450a35c5fd67/src/index.js#L518 to ```js this.props.viewport.addEventListener('click', this.events.click, true); ``` However, I am not sure of the implications this would have on other users.

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Example currently is that text selection is set to False. I want to keep that, but I would like to change it to "true" on mobile devices only. Any ideas?

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Hi, first of all thanks for the great library. I'm currently having an issue where `isDragging` state is set to true but shouldn't be. This is reproducible when completing a...