matrix-react-sdk
690ee63b - prevent zero-length removals from deleting uneditable parts

Commit
6 years ago
prevent zero-length removals from deleting uneditable parts This solves an issue where, when backspacing the proceeding character next to a pill, chrome reports the caret as being in the pill node, not at the start of the proceeding text node. This would cause the pill to be removed together with proceeding character. This is a bug in any case, removing 0 characters shouldn't remove the part
Author
Parents
Loading