mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-03-14 10:19:43 +01:00
* Revert "Do NOT use exact match when updating dom selection" The change to `exactMatch: false` in https://github.com/ianstormtaylor/slate/pull/4304 was intended to fix https://github.com/ianstormtaylor/slate/issues/4293, a bug where "backwards typing" happened in nested editors. But this change has introduced at least two new bugs: - https://github.com/ianstormtaylor/slate/issues/4601 - https://github.com/ianstormtaylor/slate/issues/4626 These are (IMO) worse than the original "backwards typing" bug. From discussion in https://github.com/ianstormtaylor/slate/pull/4304, the true underlying bug is in ReactEditor.toSlateRange. I'll attempt to fix this underlying bug instead. * changeset
Changesets
Hello and welcome! This folder has been automatically generated by @changesets/cli
, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it in our repository
We have a quick list of common questions to get you started engaging with this project in our documentation