Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onNodeTapped not firing on richLabel click #61

Open
petervelosy opened this issue Nov 16, 2024 · 1 comment
Open

onNodeTapped not firing on richLabel click #61

petervelosy opened this issue Nov 16, 2024 · 1 comment

Comments

@petervelosy
Copy link

petervelosy commented Nov 16, 2024

OnNodeTapped only fires when clicking on the node body, not when clicking on a rich label. When you enter a long label in the Mermaid example, only the middle of the label (with the node body underneath it) will be clickable, but not the left and right end of it.

@petervelosy
Copy link
Author

What makes this problem worse, is that due to the event handlers already bound, I found it effectively impossible to attach onTapGesture, onLongTapGesture, etc. event handlers to the label myself, as none of them fire, not even if they are passed as a highPriorityGesture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant