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
Hi, if someone looking for solve for issue with new line.
I have solution:
CKEDITOR.on('instanceCreated', function(e) { e.editor.on('change', function (event) { const selectedText = editor.getSelected(); editor.trigger(`component:update component:input`, selectedText); }); });
It's for update block after each changes.
The text was updated successfully, but these errors were encountered:
Update index.js
5212396
fix bug : 1: GrapesJS#49 2: GrapesJS/mjml#193 3: GrapesJS#37 4: GrapesJS#31
No branches or pull requests
Hi, if someone looking for solve for issue with new line.
I have solution:
It's for update block after each changes.
The text was updated successfully, but these errors were encountered: