Matthias

Results 4 comments of Matthias

Not a React expert - I used `useRef` and it seems to work: ``` const timerRef = useRef(null) const callback = useCallback(() => { if (!timerRef.current) return const timer =...

Dear @simonwep Thank you for your example (and this library of course)! Do you think it's possible to support selecting and scrolling (explicitely with the mouse wheel)? I've adapted your...

Hi @n1crack I've set `boundaries` and also call `event.selection.resolveSelectables` in `onMove`. This helped, but viselect reports selected elements as `removed` in `onMove` once they leave the visible screen (and get...

It's been merged and is available in 2.4.9 (and possibly earlier) @ChronicusUA Many thanks for the PR! This is definitely making things easier!