Skip to content

Commit

Permalink
Update packages/lexical-react/src/shared/LexicalMenu.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum authored Nov 5, 2024
1 parent 91464b4 commit 7d80c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-react/src/shared/LexicalMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export function LexicalMenu<TOption extends MenuOption>({
}: {
close: () => void;
editor: LexicalEditor;
anchorElementRef: React.MutableRefObject<HTMLElement | null>;
anchorElementRef: MutableRefObject<HTMLElement | null>;
resolution: MenuResolution;
options: Array<TOption>;
shouldSplitNodeWithQuery?: boolean;
Expand Down

0 comments on commit 7d80c6c

Please sign in to comment.