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
tagUpdated
hover
130.0.6723.117
https://grapesjs.com/demo-mjml
How to reproduce the bug?
Select a component at random, such as the second mj-section on the demo page
mj-section
Hover this component in the editor (you can see that it can be hovered)
Find the id of this component and execute editor.Components.getById('iv19a').tagUpdated()
editor.Components.getById('iv19a').tagUpdated()
Try to hover the component again and find that it cannot be hovered.
What is the expected behavior?
No error is reported, and you can continue hovering
What is the current behavior?
an error is reported and cannot be hovered
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GrapesJS version
What browser are you using?
130.0.6723.117
Reproducible demo link
https://grapesjs.com/demo-mjml
Describe the bug
How to reproduce the bug?
Select a component at random, such as the second
mj-section
on the demo pageHover this component in the editor (you can see that it can be hovered)
Find the id of this component and execute
editor.Components.getById('iv19a').tagUpdated()
Try to hover the component again and find that it cannot be hovered.
What is the expected behavior?
No error is reported, and you can continue hovering
What is the current behavior?
an error is reported and cannot be hovered
Code of Conduct
The text was updated successfully, but these errors were encountered: