You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: