Quick Selection causes points to not be selected
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
When I set the selection to be something like this:
``` javascript
selection: {
enabled: true,
grouped: true,
multiple: true,
draggable: true
}
```
and I do a quick selection, I sometimes gets in a weird state. You can see a screencast [here](http://screencast.com/t/VrEc5yIHSjb) and test it yourself [here](http://jsfiddle.net/6gLbnfv3/)

The points at 10, 11 & 12 should be selected
Contributor guide
Assessment
This issue has not been assessed yet.