Skip to content

Commit

Permalink
null mark only when mark exist
Browse files Browse the repository at this point in the history
  • Loading branch information
surya darma committed Jun 30, 2021
1 parent c1af13e commit 8e37979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ export class AndroidInputManager {
at,
select: true,
})
this.editor.marks = null
} else {
Transforms.insertText(this.editor, text, {
at,
})
}
this.editor.marks = null
})
}

Expand Down

0 comments on commit 8e37979

Please sign in to comment.