Propagate Enter key events in SuggestionsMenu so that handleLinkInputKeydown() can handle it. (#6556)
This commit is contained in:
@@ -467,7 +467,6 @@ function SuggestionsMenu<T extends MenuItem>(props: Props<T>) {
|
||||
|
||||
if (event.key === "Enter") {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
const item = filtered[selectedIndex];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user