Skip to content
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: MJML Component tagUpdated will make it impossible to hover #6307

Open
2 tasks done
maxming2333 opened this issue Nov 12, 2024 · 0 comments
Open
2 tasks done

BUG: MJML Component tagUpdated will make it impossible to hover #6307

maxming2333 opened this issue Nov 12, 2024 · 0 comments

Comments

@maxming2333
Copy link

GrapesJS version

  • I confirm to use the latest version of GrapesJS

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?

  1. Select a component at random, such as the second mj-section on the demo page

  2. Hover this component in the editor (you can see that it can be hovered)

  3. Find the id of this component and execute editor.Components.getById('iv19a').tagUpdated()

  4. 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
image

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant