Lundalogik / lime-elements

Provides reusable web components for Lime CRM
https://lundalogik.github.io/lime-elements/versions/latest
Other
38 stars 12 forks source link

text-editor: re-initialise in `connectedCallback` if component is disconnected and then connected again #3010

Closed adrianschmidt closed 3 weeks ago

adrianschmidt commented 1 month ago

Ah. I just realised that we need to re-initialise the editor in connectedCallback, in case someone disconnects it, and then connects it again (typically if you move the editor around in the DOM). We never do that ourselves, but since it's lime-elements, we need to cover such use-cases anyway.

However, I think we can push that off until after the MVP, so I'll just create an issue for it now.

_Originally posted by @adrianschmidt in https://github.com/Lundalogik/lime-elements/pull/3009#discussion_r1621884046_

lime-opensource commented 3 weeks ago

:tada: This issue has been resolved in version 37.49.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: