Skip to content

Commit

Permalink
fix(core): resolve text selection issues #2690 #5208 (#4646)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson authored Aug 13, 2024
1 parent b75454e commit da76972
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-bobcats-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tiptap/core": patch
---

Resolve several selection related bug #2690 #5208
4 changes: 2 additions & 2 deletions packages/core/src/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit da76972

Please sign in to comment.