0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00
Squire/source/range
Neil Jenkins 3def29e081 Fix merging text nodes after delete
startContainer is not necessarily a sibling to endContainer at this
point. endContainer is definitely at the right level of the hierarchy
so instead just get the previous sibling from this and merge with that
if it's also a text node.
2024-07-18 13:04:35 +10:00
..
Block.ts Ignore ZWS when determining if at block boundary 2023-09-27 14:51:26 +10:00
Boundaries.ts Remove multiple adjacent empty text nodes 2023-02-20 10:17:56 +11:00
Contents.ts Replace nbsp with regular sp when extracting text 2023-10-02 13:23:12 +11:00
InsertDelete.ts Fix merging text nodes after delete 2024-07-18 13:04:35 +10:00