You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to trigger an event when the 'Enter' key is pressed on a froala editor, but I don't want to have a carriage return at the end of the editor.
I'm currently trying to trigger an event when the 'Enter' key is pressed on a froala editor, but I don't want to have a carriage return at the end of the editor.
I have this code in the froala config :
I tried to use event.preventDefault() and event.stopPropagation() but no effect.
The text was updated successfully, but these errors were encountered: