text select in scroller without horizontal scrolling
goeddea opened this issue · 0 comments
goeddea commented
I have a list scroller where the width is entirely contained in its container. There is no horizontal scrolling, and this is set in the options for the scroller ('scrollingX: false').
I would like to be able to select text from the list items.
As it is, FTScroller catches all mouse move events so that there is no selection.
Is there a way to enable text selection?