diff --git a/apps/web/src/editor/MentionAutocomplete.tsx b/apps/web/src/editor/MentionAutocomplete.tsx index 873fcf6..17281c2 100644 --- a/apps/web/src/editor/MentionAutocomplete.tsx +++ b/apps/web/src/editor/MentionAutocomplete.tsx @@ -121,7 +121,7 @@ export function MentionAutocomplete({ editor }: { editor: Editor }): React.JSX.E style={{ position: 'fixed', left: state.coords.left, top: state.coords.bottom + 4 }} > {suggestions.map((user, index) => ( -
  • +