Enter press when MentionsPopover is open #4280
-
|
I am trying to use MentionsPlugin in the Editor. I want to be able to submit a comment on enter press, but when the mentions popover is open, the enter key press should just select the highlighted item and close the mentions popover , i.e, the comment shouldn't be submitted when mentions popover is open . How do I achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
moy2010
Apr 7, 2023
Replies: 1 comment 1 reply
-
|
Use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ankitsharma-99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the
stopPropagationmethod on the keyboard event.