It seems `ClickableText` doesn’t work inside `Sele...
# compose-desktop
o
It seems
ClickableText
doesn’t work inside
SelectionContainer
. Is there something I’m missing, or is it a bug? Any workaround?
s
I don't think you're missing anything. If you find a workaround, please let me know. There are reported bugs for it that aren't being addressed because they intend to deprecate ClickableText
o
Well, deprecating ClickableText shouldn’t influence priority here, because it is
detectTapGestures
that is not working.
s
o
Possible solution to this could be to add
PointerEventPass
optional parameter to
detectTapGestures
. Then I could pass
Initial
instead of
Main
to capture clicks before they are consumed by selection handling code