Skip to content

Commit

Permalink
fix: improve default gapcursor position when surrounded by margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Kühn authored and Philipp Kühn committed Nov 18, 2021
1 parent 5844a88 commit cd14731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ img.ProseMirror-separator {
display: none;
pointer-events: none;
position: absolute;
margin: 0;
}
.ProseMirror-gapcursor:after {
Expand Down

0 comments on commit cd14731

Please sign in to comment.