-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Revert moving is-typing class #29608
Conversation
Size Change: +11 B (0%) Total Size: 1.4 MB
ℹ️ View Unchanged
|
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.
Thanks @ellatrix for taking a look! The smaller revert here does the trick for fixing typing behavior in the Navigation block.
Great! Seems like it would be good to have some navigation block e2e tests. |
Yes, that's next :D I'm working on re-enabling them in #29543 |
Description
Fixes #29391.
Introduced by #29186.
Alternative to #29596: there's no need to revert the whole commit.
Fixes an error in the navigation block if you type in a child block. Partly reverts #29186. Somehow moving the
is-typing
class causes the problem, but I haven't tracked down why it causes an infinite loop.How has this been tested?
Screenshots
Types of changes
Checklist: