DNNCommunity / dnn-elements

Collection of Dnn Stencil custom elements
https://dnncommunity.github.io/dnn-elements/
MIT License
16 stars 10 forks source link

rich-text cursor moves upon delete #1156

Closed valadas closed 1 week ago

valadas commented 1 month ago

When using delete or backspace the text cursor moves to the beginning of the content.

I believe it might be something with how the events are handled.

valadas commented 2 weeks ago

It is currently only happening in project that consume dnn-elements, it might have been fixed as part of updates in v0.24.0, I'll double-check after doing a beta release but it may be a non-issue by now.

valadas commented 1 week ago

Tested on a consuming project and it did fix the issue.