fix: inline codes now exitable with right arrow key and inclusive (#3446)
* fix: inline codes now exitable with right arrow key and inclusive * regression: toggle inline code on bubble menu selection * feat: added different code block behaviour on selection and not selection * fix: blockquote toggling and isActive state fixed
This commit is contained in:
parent
c1598c3d38
commit
e23e4bc392
4 changed files with 105 additions and 18 deletions
|
|
@ -30,7 +30,6 @@
|
|||
"dependencies": {
|
||||
"@tiptap/core": "^2.1.13",
|
||||
"@tiptap/extension-blockquote": "^2.1.13",
|
||||
"@tiptap/extension-code": "^2.1.13",
|
||||
"@tiptap/extension-code-block-lowlight": "^2.1.13",
|
||||
"@tiptap/extension-color": "^2.1.13",
|
||||
"@tiptap/extension-image": "^2.1.13",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue