Patch Changes
- #4512 by @zbeyens –
- Added
combineTransformMatchOptions
utility for combining match predicates in transforms. This utility provides default matching behavior that matches the native Slate transform behavior when no match is provided. - Added
editor.meta.isNormalizing
flag to track when the editor is normalizing nodes. This flag is automatically set totrue
duringeditor.tf.normalizeNode
andplugin.normalizeInitialValue
and restored to its previous value when normalization completes.
- Added