react-dragscroll icon indicating copy to clipboard operation
react-dragscroll copied to clipboard

React DragScroll is a React component which enables scrolling via holding the mouse button.

Results 13 react-dragscroll issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.17 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.2 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.4.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...

dependencies

Hello qiaolb, This PR: - Removes string ref usage and introduces compatibility with React 16.3 - Moves method binding from the render body into the constructor, this helps to avoid...

Refactor into functional component, using hooks, removed unnecessary binding and event listeners. Added an option to disable on mobile (true by default)

Works fine in the browser (at least in Chrome) but not on my iPhone. Any ideas how to implement that functionality?

When I put a input control inside the DragScroll I can't add text to it, how can I fix that?

This fixes having to install a specific defined React version in react-dragscroll rather than using a React ^16.1 version of your choice.

Great plugin, exactly what I was looking for. But I'm working with a big canvas and would like to start in the middle. Now, the plugin always starts top left....