Is it possible to do this? It seems like ProseMirror isn’t very stringent about modifiers and when a user presses Ctrl+Shift+B to make a blockquote in our editor, if it can’t be done it falls back to making the text bold (Ctrl+B).
Is there some way to prevent this?
I know we can unconditionally return true from our toggleBlockquote command but that doesn’t seem right?