Skip to content

Commit

Permalink
fix: updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Jan 9, 2024
1 parent bce053a commit e9addee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/Slate/Link/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const LinkEditor = (props) => {
editor.selection = newSelection;
editor.savedSelection = newSelection;
} catch (e) {
//when no link was setted yet, and you clear the select item to link
//do nothing when no link was setted yet, and you clear the select item to link
}
}}
onOverrideContent={(c) => {
Expand Down

0 comments on commit e9addee

Please sign in to comment.