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
Brave Version 1.70.119 Chromium: 129.0.6668.70
https://grapesjs.com/demo-mjml
How to reproduce the bug?
What is the expected behavior?
The property change should be reflected without affecting the child components
What is the current behavior?
All the child elements inside the wrapper disappears
The text was updated successfully, but these errors were encountered:
It looks like the issue is due to appendChildren param of renderChildren being truthy. Overriding the rerender method in Wrapper.ts seems to fix it.
appendChildren
renderChildren
rerender
Wrapper.ts
rerender() { this.render(null, null, {}, false); },
Sorry, something went wrong.
No branches or pull requests
GrapesJS version
GrapesJS MJML version
What browser are you using?
Brave Version 1.70.119 Chromium: 129.0.6668.70
Reproducible demo link
https://grapesjs.com/demo-mjml
Describe the bug
How to reproduce the bug?
What is the expected behavior?
The property change should be reflected without affecting the child components
What is the current behavior?
All the child elements inside the wrapper disappears
Screen.Recording.2024-09-30.at.2.25.01.PM.mp4
Code of Conduct
The text was updated successfully, but these errors were encountered: