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

Fix/blockquote commands #5746

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Oct 22, 2024

  1. feat: Add test cases to the example default editor to ensure that whe…

    …n the cursor is in a `listItem`, setting or unsetting `blockquote` is allowed.
    guanriyue committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4919fa8 View commit details
    Browse the repository at this point in the history
  2. fix: Fix the issue with the setBlockquote command. When the cursor …

    …is on the first paragraph of a `listItem`, setting `blockquote` should be allowed, and the `blockquote` will wrap the entire list.
    guanriyue committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6bedbd5 View commit details
    Browse the repository at this point in the history
  3. feat: Add a test case to the example default editor to ensure that wh…

    …en the cursor is on the first element of a list item, setting `blockquote` will wrap the entire list; and when the cursor is on the second element of a list item, setting `blockquote` will only wrap the second element.
    guanriyue committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5a15480 View commit details
    Browse the repository at this point in the history
  4. fix: Fix the issue with the lift command. Directly using `ProseMirr…

    …or.lift` leads to incorrect modifications.
    guanriyue committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    acdcdbf View commit details
    Browse the repository at this point in the history