silexlabs / grapesjs-symbols

Symbols plugin for GrapesJS: reuse elements in a website accross pages
GNU Affero General Public License v3.0
16 stars 7 forks source link

Not a text #13

Open LienanWisner opened 6 months ago

LienanWisner commented 6 months ago

Hi, I am now having this problem. I can create a symbol and everything goes fine as it seems like, but when I try to change the content of a H1, for example. It throws me this error, do you know what can I be missing to make this work? I think its the only thing I have to solve for make this work as I need. Thanks!

grapesjs-symbols:2 applyContent, NOT A TEXT child {cid: 'c5056', attributes: {…}, _changing: false, _previousAttributes: {…}, changed: {…}, …} Título H1

lexoyo commented 6 months ago

Hello Can you check if it does the same on the demo?

LienanWisner commented 6 months ago

Hi! In the demo works. The error is thrown when I write on one instance and it tries to make it work with other instances. Its like the text doesn't copy for all, It doesn't update the other texts.