SelectionContainer seems to intercept all clicks. ...
# compose
s
SelectionContainer seems to intercept all clicks. I'm trying to wrap ClickableText elements in a SelectionContainer. Any ideas? SelectionContainer seems to be very limited and all of the interesting stuff is internal.
I would be happy to ditch SelectionContainer if there's another way to achieve the same result. I'm missing the ability to observe the selected text from SelectionContainer which would be really nice, but the one that exposes the onSelectChange listener is internal