I am using `ClickableText` and I want to only hand...
# compose
v
I am using
ClickableText
and I want to only handle click when some specific annotation is clicked, otherwise let the parent composable handle the click event How can I do so, currently, the
ClickableText
is consuming all click events Any other solution other than passing a lambda callback?