-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bug: Selection formatting/styling is lost when you indent a list #6476
Comments
i will work on this 😎 |
@citruscai, awesome, thanks! Were you able to reproduce it? |
yes! i was able to reproduce it in the playground and saw the issue. i also reproduced it in google docs and google docs does keep the original format after you indent a list item. so i am happy that i found an issue and excited to tackle it 😄 |
|
@citruscai, amazing work! Thanks! |
@gigantedocil hi!! did this fix the issue in your project? |
If you create a list item with some style, press enter to create a new item at the same level and then press tab you lose the formatting on the selection.
Lexical version: latest
Steps To Reproduce
Link to code example:
Can easily be reproduced on the playground.
The current behavior
Selection formatting is lost after indenting a list item.
The expected behavior
Selection formatting is not lost after indenting a list item.
Impact of fix
Currently an important bug on my app is caused by this.
The text was updated successfully, but these errors were encountered: