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
In the editor, if we have link element with some classes, the editor does not allow to copy/delete the element.
GrapesJS version: v0.14.50
<a href="#" class="btn btn-lg d-block d-lg-inline-block">Get Started</a>
@artf Could you please suggest on this? We are running a live application and it's bit important to make links editable.
The text was updated successfully, but these errors were encountered:
Can someone please help on this issue?
Sorry, something went wrong.
For now, init the editor with this option:
grapesjs.init({ ... canvas: { ... notTextable: ['button', 'a', 'input[type=checkbox]', 'input[type=radio]'], } })
in the next release I'll adjust the default value
It is working now. Thank you @artf
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
In the editor, if we have link element with some classes, the editor does not allow to copy/delete the element.
GrapesJS version: v0.14.50
Steps to reproduce:
@artf Could you please suggest on this? We are running a live application and it's bit important to make links editable.
The text was updated successfully, but these errors were encountered: