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 752a42d917 Fix Firefox cursor position bug after paste
We merge a faux block with contents from after a split point when
inserting HTML. The merge function presumes this block has already had
fixCursor run on it to ensure we add the <br>s some browsers need to
support correct cursor focusing.

Fixes #451
2023-12-20 14:17:34 +11: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 Firefox cursor position bug after paste 2023-12-20 14:17:34 +11:00