96 |
97 |
104 |
117 |
124 |
137 |
138 |
139 |
Flags
140 |
146 |
152 |
158 | {!combobox && (
159 |
165 | )}
166 |
172 |
178 |
179 |
185 |
191 | {combobox && (
192 |
198 | )}
199 |
205 | {!combobox && (
206 |
212 | )}
213 |
214 |
215 | );
216 | }
217 |
--------------------------------------------------------------------------------
/www/components/Menu.tsx:
--------------------------------------------------------------------------------
1 | import { cn } from "@/lib/utils";
2 | import {
3 | BeautifulMentionsMenuItemProps,
4 | BeautifulMentionsMenuProps,
5 | } from "lexical-beautiful-mentions";
6 | import { forwardRef } from "react";
7 |
8 | /**
9 | * Menu component for the BeautifulMentionsPlugin.
10 | */
11 | export function Menu({ loading, ...other }: BeautifulMentionsMenuProps) {
12 | if (loading) {
13 | return (
14 |