ClickableText does not seem to work inside of Sele...
# compose
r
ClickableText does not seem to work inside of SelectionContainer. I assume this a bug? I'm fairly sure it was working at one point (pre-beta).
r
I use
Text
with
Modifier.clickable
inside
SelectionContainer
and it works (beta04), in case you need a workaround.