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

Handle link clicks in BasicRichTextEditor #1

Closed
wants to merge 11 commits into from

Conversation

Wavesonics
Copy link
Owner

Prototype showing how we can start to handle clicks on spans in the editor.

This is required for more advanced features such as spell check.

@Wavesonics Wavesonics force-pushed the handle-link-click-in-editor branch from 56e2a17 to c87d964 Compare February 2, 2024 01:13
@Wavesonics Wavesonics changed the base branch from compose-160 to custom-richtext-spans February 2, 2024 04:11
MohamedRejeb and others added 11 commits February 2, 2024 09:51
This update introduces a callback function `onRichSpanClick` to allow apps to handle clicks on RichSpans in the RichTextEditor. The updates also modify the visibility of some classes and properties to support this- `RichSpan`, `ParagraphType` and `getRichSpanByOffset` method in `RichTextState` are now publicly visible.
@Wavesonics Wavesonics force-pushed the handle-link-click-in-editor branch from 23076bc to 7d321cc Compare February 3, 2024 02:34
@Wavesonics
Copy link
Owner Author

Superseded: MohamedRejeb#194

@Wavesonics Wavesonics closed this Feb 3, 2024
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.

2 participants