-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: On press enter raise an error #579
Comments
Can you try deleting your node_modules and reinstalling the package. what package manager are you using, if manual dedupe is supported, you can try running that once? |
Enter Key Behavior in ngx-editor Results in Unexpected Errors When using the ngx-editor, pressing the Enter key after entering a single character or number causes an unexpected error. The editor requires two presses of the Enter key to insert a line break, which disrupts the user experience. Steps to Reproduce: Open the ngx-editor. |
Same issue for me with 15.3.0 and angular 16. Looks like this occurs only in app when packages or text-editor were recently installed (using same version) with npm.
Changes between those apps can be seen in package-lock.json updated after installation. Looks like multiple versions are result of prosemirror-transform, see:
In both cases prosemirror-model are declared as 1.19.0
I hope it helps @sibiraj-s any update on this issue? |
What happened?
Hello,
when i press enter to go to next line the edtor raie this error in the console
Version
15.3.0
Angular Version
15.2.5
What browsers are you seeing the problem on?
Firefox, Chrome
Link to reproduce
No response
Relevant log output
No response
Willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: