Skip to content

[Chat] - Update SuperMessage widget API to make tap delegate match SuperEditor (Resolves #2969)#2973

Merged
matthew-carroll merged 3 commits into
mainfrom
pr/2940
Mar 10, 2026
Merged

[Chat] - Update SuperMessage widget API to make tap delegate match SuperEditor (Resolves #2969)#2973
matthew-carroll merged 3 commits into
mainfrom
pr/2940

Conversation

@matthew-carroll

Copy link
Copy Markdown
Contributor

[Chat] - Update SuperMessage widget API to make tap delegate match SuperEditor (Resolves #2969)

SuperMessage had a property for a tap delegate, but it was only one delegate, and not a chain of responsibility. I don't know why I originally defined it as just one delegate. This PR changes the API to match SuperEditor, which takes a chain, so that multiple behaviors can be supported.

This PR configures SuperMessage to include link clicking by default.

This PR adds tests for link tapping, which were copied and adjusted from SuperEditor tests.

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

Successfully merging this pull request may close these issues.

[BUG][SuperEditor][SuperMessage] Unable to open links in SuperMessage on Android

2 participants