Daan Roet

Results 38 comments of Daan Roet

Please provide some sort of reproduction or error.

Feel free to submit a PR if there is something to be fixed inside this library, unfortunately I can't dig into this myself but I try to actively merge bug...

Ok I'll take a look once I release v0.1.16

Have you tested this locally? this commit seems to break the undo/redo buttons on the latest version

I wouldn't be opposed to removing `detached: true` in a PR if it causes more problems then it solves but it would require more testing

You are right there is currently no way to call the validation manually

no, everything is done by the mjml2html() function, I just checked and we do currently throw errors to the console when importing incorrect mjml code, see: https://github.com/artf/grapesjs-mjml/blob/master/src/command-export-mjml.js#L86 I understand that...

This seems so happen as soon as you hit `view code`, you don't even have to do anything. I'm pretty sure its the mjml parser adding these id's and I...

Could you maybe provide a reproduction / git repo? so it's easier to figure out what is going on.