mirror of
https://github.com/samclarke/SCEditor.git
synced 2026-01-09 14:16:57 +00:00
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>"