Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanJablo committed Dec 9, 2024
1 parent a367219 commit df4f570
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/lexical-selection/src/lexical-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,6 @@ export function $patchStyleText(
}
}

/**
* Updates styles on selected TextNodes, splitting nodes if partially selected.
* @param selection - The selected node(s) to update.
* @param fn - The function to apply to the selected TextNodes.
*/
export function $forEachSelectedTextNode(
fn: (textNode: TextNode) => void,
): void {
Expand Down

0 comments on commit df4f570

Please sign in to comment.