backdrop-contrib / tinymce

Integration for the TinyMCE editor in Backdrop CMS
https://backdropcms.org/project/tinymce
GNU General Public License v2.0
2 stars 1 forks source link

Link plugin (dialog) ignores overridden text #106

Closed indigoxela closed 1 month ago

indigoxela commented 1 month ago

Inserting works as expected, but overriding is tricky.

When changing the text inside the dialog (e.g. fixing a typo), the new text is discarded. This is not as it's expected to be.

indigoxela commented 1 month ago

Oops, that's childNodes vs. children. Easy to fix, though.