Skip to content

Commit

Permalink
Implement mweiss#48
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfadex committed Sep 24, 2024
1 parent 719ad7c commit feb5d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RichText/Commands.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,7 @@ toggleMarkFull markOrder mark action editorState =

Just selection ->
if RichText.Model.Selection.focusNode selection == RichText.Model.Selection.anchorNode selection then
toggleMarkSingleInlineNode markOrder mark RichText.Model.Mark.Flip editorState
toggleMarkSingleInlineNode markOrder mark action editorState

else
let
Expand Down

0 comments on commit feb5d85

Please sign in to comment.