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

Unable to delete selected text. #123

Open
justspamjustin opened this issue Dec 18, 2024 · 1 comment
Open

Unable to delete selected text. #123

justspamjustin opened this issue Dec 18, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@justspamjustin
Copy link

list-issue

Steps to reproduce this issue:

  1. create a list
  2. type some text for the first item in the list
  3. select the text for the item using the cursor
  4. press the backspace button on the keyboard
  5. Notice the list is converted back to a normal text block, but the text isn't removed.

Expected behavior:
The highlighted text should be deleted, and the list block should remain as a list (shouldn't be converted back to a text block).

@e11sy e11sy added the good first issue Good for newcomers label Jan 10, 2025
@e11sy
Copy link
Contributor

e11sy commented Jan 10, 2025

this seems to be related the incorrect backspace handling here it does not check for selection

i will make a fix in a few days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants