Skip to content

Commit

Permalink
Remove changing selection when commiting new links
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave authored and draganescu committed Jan 23, 2024
1 parent 91a766a commit 011fe3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/format-library/src/link/inline.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ function InlineLinkUI( {
newValue = concat( valBefore, newValAfter );
}

newValue.start = newValue.end;

onChange( newValue );
}

Expand Down

0 comments on commit 011fe3b

Please sign in to comment.