Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-30 | 767 Bytes | |
slate@0.118.0 source code.tar.gz | 2025-07-30 | 3.5 MB | |
slate@0.118.0 source code.zip | 2025-07-30 | 4.2 MB | |
Totals: 3 Items | 7.7 MB | 0 |
Minor Changes
- #5923
ba33735a
Thanks @12joan! - - When removing a text node containing the cursor, always perfer placing the cursor in a sibling text node if one exists.- Previously, the selection would enter a sibling inline in some circumstances, even when a sibling text node was available.
- The most noticeable effect of this change occurs when pressing backspace at the start of line N when the last non-empty node in line N-1 is an inline.
- Before, the cursor would be placed inside the inline.
- Now, the cursor is placed outside the inline.