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 click in editor #194

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    ab652d0 View commit details
    Browse the repository at this point in the history
  2. Re move arg

    Wavesonics committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    64c5a8e View commit details
    Browse the repository at this point in the history
  3. Add callback for handling click on RichSpans

    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 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    2413e0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2e0fb3 View commit details
    Browse the repository at this point in the history
  5. Spellcheck test

    Wavesonics committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7d321cc View commit details
    Browse the repository at this point in the history