Skip to content

Commit

Permalink
Fix a pending format issue in firefox (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuqingSong authored Feb 10, 2023
1 parent a08f761 commit 13b5d34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default class PendingFormatStatePlugin
this.editor.insertNode(this.state.pendableFormatSpan);
this.editor.select(
this.state.pendableFormatSpan,
PositionType.Before,
PositionType.Begin,
this.state.pendableFormatSpan,
PositionType.End
);
Expand Down

0 comments on commit 13b5d34

Please sign in to comment.