Files
SCEditor/tests/unit/lib
Sam Clarke 52140d571c Update insertNode to move inlines to containers
Will move inserted inline nodes at the start of end or the input into
the start/end containers.

For example, Inserting:
"<em>foo</em>"
into:
"<b>|text</b><u>text|</u>"
will become:
"<b><em>foo</em></b>"
and not:
"<em>foo</em>"
2021-06-30 14:52:57 +01:00
..
2021-06-25 01:23:56 -07:00
2021-04-29 23:56:14 +01:00