We have a need to be able to insert horizontal rule (<hr>) tags into a Rich Text Editor, which we have implemented via a custom toolbar button. We have noticed that inserting multiple in a row appears to break the component. I have prepared an example of the issue. Clicking the toolbar button multiple times causes content on the page to disap
I have validated that inserting multiple <hr> tags now works as expected, but another related issue has cropped up.
Inserting an image after inserting a horizontal rule inserts the image inside the previously rendered horizontal rule, e.g. <hr><image src=#></hr>