diff --git a/app/editor/components/SuggestionsMenu.tsx b/app/editor/components/SuggestionsMenu.tsx index e5ad0856e..5e1a7d5cc 100644 --- a/app/editor/components/SuggestionsMenu.tsx +++ b/app/editor/components/SuggestionsMenu.tsx @@ -467,7 +467,6 @@ function SuggestionsMenu(props: Props) { if (event.key === "Enter") { event.preventDefault(); - event.stopPropagation(); const item = filtered[selectedIndex];