Skip to content

Commit

Permalink
remove repeated comments (#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuckjet authored and acywatson committed Oct 18, 2022
1 parent 179218f commit a3898ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lexical/src/nodes/LexicalTextNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ function setTextContent(
const nodeValue = firstChild.nodeValue;
if (nodeValue !== text) {
if (isComposing || IS_FIREFOX) {
// We also use the diff composed text for general text in FF to avoid
// We also use the diff composed text for general text in FF to avoid
// the spellcheck red line from flickering.
const [index, remove, insert] = diffComposedText(
Expand Down

0 comments on commit a3898ac

Please sign in to comment.