unlayer / angular-email-editor

Drag-n-Drop Email Editor Component for Angular
https://unlayer.com
MIT License
203 stars 166 forks source link

Bug in customButton in textEditor #135

Open JonathanOJ opened 3 months ago

JonathanOJ commented 3 months ago

When I use these custom buttons as the documentation exemplifies, it works fine, but when I export the html after adding some label to the text it doesn't update the html, only when I export it for the second time the html is updated.

This is my custom button:

image

This is when i add the tag [REMETENTE.NOME]:

image

And when I export the html, this tag does not appear in the html:

image