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
Currently, keyboard shortcuts, input rules, and the block type dropdown doesn't work properly when a selection is active. The keyboard shortcuts and input rules only apply to the first block while the block type dropdown applies to nested blocks and also applies to blocks with content types other than inline*.
Selections need to be fixed to ignore child blocks (and have other inconsistent behaviour), while the commands themselves should ignore blocks with content types other than inline*.
The text was updated successfully, but these errors were encountered:
Currently, keyboard shortcuts, input rules, and the block type dropdown doesn't work properly when a selection is active. The keyboard shortcuts and input rules only apply to the first block while the block type dropdown applies to nested blocks and also applies to blocks with content types other than
inline*
.Selections need to be fixed to ignore child blocks (and have other inconsistent behaviour), while the commands themselves should ignore blocks with content types other than
inline*
.The text was updated successfully, but these errors were encountered: