Closed TechWhiz10 closed 3 months ago
Hi have the exact same issue for the exact same need!
Did you find a solution @TechWhiz10?
@LcsGa not yet
Tried it on the current demo and it seems to work as expected. If you still face the issue please open a proper bug report with reproducible steps and demo.
Hi, @Artur Arseniev. Grapesjs is very awesome. just like WordPress or Bubble.
I made a function using https://github.com/GrapesJS/grapesjs/issues/481. editor.RichTextEditor.add('custom-vars', { icon: `
event: 'change', result: (rte, action) => rte.insertHTML(action.btn.firstChild.value), // Reset the select on change update: (rte, action) => { action.btn.firstChild.value = "";} })
It works well in grapesjs-plugins-newsletter. but it doesn't work in grapesjs-mjml. Sometimes it works.
![Uploading image.png…] ()
I don't know why it doesn't work. How can I resolve this problem?