diff --git a/.changeset/pink-bobcats-grin.md b/.changeset/pink-bobcats-grin.md new file mode 100644 index 00000000000..8783c4c5e85 --- /dev/null +++ b/.changeset/pink-bobcats-grin.md @@ -0,0 +1,5 @@ +--- +"@tiptap/core": patch +--- + +Resolve several selection related bug #2690 #5208 diff --git a/packages/core/src/style.ts b/packages/core/src/style.ts index 8e3052b1b6b..dbc92aeecad 100644 --- a/packages/core/src/style.ts +++ b/packages/core/src/style.ts @@ -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 {