slate-react@0.91.6
·
356 commits
to main
since this release
Patch Changes
-
#5315
5784a38bThanks @clauderic! - TheRestoreDOMmanager that is used Android no longer restores the DOM to its previous state for text mutations. This allows the editor state to be reconciled during a composition without interrupting the composition, as programatically updating thetextContentof a text node ends the current composition. -
#5315
5784a38bThanks @clauderic! - Fixed consumer definedonInputevent handler not being invoked when passed to the<Editable>component.