You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2925 allowed users to exit inline code blocks with the right arrow key. This behavior works when Code is included as a standalone extension, but it does not work when Code is included as part of StarterKit.
Which browser was this experienced in? Are any special extensions installed?
Chrome Version 110.0.5481.177, no special extensions
How can we reproduce the bug on our side?
Confirm that Code is not exitable as part of StarterKit:
What’s the bug you are facing?
#2925 allowed users to exit inline code blocks with the right arrow key. This behavior works when
Code
is included as a standalone extension, but it does not work whenCode
is included as part ofStarterKit
.Which browser was this experienced in? Are any special extensions installed?
Chrome Version 110.0.5481.177, no special extensions
How can we reproduce the bug on our side?
Confirm that
Code
is not exitable as part ofStarterKit
:Confirm that
Code
is exitable as a standalone extension:Code
docs.What did you expect to happen?
I expected
Code
to have the sameexitable
behavior as part of theStarterKit
as it does as a standalone extension.Anything to add? (optional)
My suspicion is that something within the
extend
method, which is called inStarterKit
viaconfigure
, is breaking this behavior. These CodeSandboxes seem to confirm it:Code
inextensions
supportsexitable
Code.extend()
in extensions does not supportexitable
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: