Cell selection gets removed on scroll

Tags: #<Tag:0x00007f8b260aee80>

If you select one or more cells here:

https://jsfiddle.net/8avfbh0d/

Then scroll the selection is lost.

I read a bug report from 4 years ago to say this was a bug and was fixed - I can see it working fine on some other demos, therefore there must be something within my code causing this.

Can you help?

Fixed, for anyone else with this issue you need to use outsideClickDeselects: false in your options.

That’s true.

I guess that we can close the issue as its solved.