fix(core): resolve text selection issues #2690 #5208 (#4646)

This commit is contained in:
Tom Jenkinson 2024-08-13 21:46:16 +01:00 committed by GitHub
parent b75454e3a4
commit da76972998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
"@tiptap/core": patch
---
Resolve several selection related bug #2690 #5208

View File

@ -27,8 +27,8 @@ img.ProseMirror-separator {
display: inline !important;
border: none !important;
margin: 0 !important;
width: 1px !important;
height: 1px !important;
width: 0 !important;
height: 0 !important;
}
.ProseMirror-gapcursor {