Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix List block split and merge tests
Changes to the `onChangeAndSelectText` helper means text is appended by default. To recreate merely placing the cursor in the beginning of the text, we must re-type the text as the `onChangeAndSelectText` changes the text in addition to selecting due to the selection logic invoking change logic within `RichText`.
- Loading branch information