Files
SCEditor/tests
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
..
2017-02-21 19:12:03 +00:00
2017-12-18 17:53:28 +00:00
2021-02-23 19:23:35 -07:00
2014-05-26 17:10:37 +01:00
2021-02-23 19:23:35 -07:00