MJML an MJ-TEXT problem #5438
-
We use GrapesJS with MJML plugin to design our emails. We have seen that, in the first load of the page our mj-text, become line-selectable. I can select any of the lines of the text, i can even select an li element. And after editing the text, it becomes other time a one big unique mj-text object. If I add a new text, i cannot select the LI items individually. But when I edit the template again, on the first load, we can select any small items inside mj-text. This is not a problem unless you use the move button and move a P outside of the mj-text :) Any ideas of where is the problem? I've try to stop using P inside the mj-text, but the problem still exists. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @pepoteloko did you try to use |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot four your help. |
Beta Was this translation helpful? Give feedback.
Hi @pepoteloko did you try to use
disableTextInnerChilds
option, added in this version