Patch Changes
- #3952 by @zbeyens –
- Fix
tf.reset
missingoptions
argument. Fixes editor reset on select all > backspace usingResetNodePlugin
. PlateStatic
element and leaf rendering is now memoized withReact.memo
so you can safely updateeditor.children
. For elements, it compares theelement
reference orelement._memo
value. The latter can be used to memoize based on the markdown string instead of theelement
reference. For example,deserializeMd
withmemoize: true
will setelement._memo
for that purpose.
- Fix