We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once I specify options, the styling on the font colors breaks. Same with other pull down menus, like the justification buttons.
When I highlight text and apply a color by selecting it off the color pallet menus, I get this console error: Uncaught SyntaxError: Unexpected token u
Uncaught SyntaxError: Unexpected token u
Seems to be a parsing error.
Using the undo buttons throws:
Uncaught NotFoundError: Failed to execute 'setStart' on 'Range': The node provided was null.
This might be caused by the textsize option. Seems it's been deprecated and rolled into a plugin:
textsize
http://summernote.org/#/features#plugin
Speaking of which, does angular-summernote support plug-ins?
The text was updated successfully, but these errors were encountered:
Hmm, got it working now after using the configs in this post:
#15
Sorry, something went wrong.
No branches or pull requests
Once I specify options, the styling on the font colors breaks. Same with other pull down menus, like the justification buttons.
When I highlight text and apply a color by selecting it off the color pallet menus, I get this console error:
Uncaught SyntaxError: Unexpected token u
Seems to be a parsing error.
Using the undo buttons throws:
Uncaught NotFoundError: Failed to execute 'setStart' on 'Range': The node provided was null.
This might be caused by the
textsize
option. Seems it's been deprecated and rolled into a plugin:http://summernote.org/#/features#plugin
Speaking of which, does angular-summernote support plug-ins?
The text was updated successfully, but these errors were encountered: