-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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: Nested editable. #17809
Fix: Nested editable. #17809
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add tests to cover proposed solution and to make 100% of CC.
I fixed the solution with the help of Kuba, and I am working on it :) |
The added test passes, but it's probably a false positive. I feel like I did something wrong with emulating clicking backspace, but I'm unsure what. It doesn't help that I found many ways to do that in our tests. Could you take a look in your free time? @pszczesniak |
f27c9a3
Suggested merge commit message (convention)
Fix: Nested editable. Closes #17383.
Additional information
It fixes deleting nested editables on all browsers with an edge case on Safari (deleting whole lines).
For example – encountered issues, assumptions you had to make, other affected tickets, etc.