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:
M. Palanikannan
2024-01-24 14:59:48 +05:30
committed by GitHub
parent c1598c3d38
commit e23e4bc392
4 changed files with 105 additions and 18 deletions

View File

@@ -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",