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?