React9k / react-timeline-9000

React Timeline
http://react-timeline-9000.s3-website-ap-southeast-2.amazonaws.com/
MIT License
284 stars 36 forks source link

Drag selection does not work if timeline has any horizontal positioning #200

Closed marklawlor closed 3 years ago

marklawlor commented 3 years ago

Description

Timeline selection should work no matter where the timeline is located on the page.

Steps to reproduce

Result: Multiple items are selected Expected result: Only 1 item is selected.

lilfolr commented 3 years ago

Confirmed the bug & that #202 fixes it. Thanks Mark!