Skip to content

Commit

Permalink
Revert "Create a test PR (#6955)"
Browse files Browse the repository at this point in the history
This reverts commit b2d8c69.
  • Loading branch information
Tranquiliz00 committed Dec 12, 2024
1 parent 9aeec5c commit 36c2779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-utils/flow/LexicalUtils.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ declare export function $firstToLastIterator(node: ElementNode): Iterable<Lexica

declare export function $lastToFirstIterator(node: ElementNode): Iterable<LexicalNode>;

declare export function $unwrapNode(node: ElementNode): void;
declare export function $unwrapNode(node: ElementNode): void;

0 comments on commit 36c2779

Please sign in to comment.