slate 0.87.0 → 0.88.1-2022112255151

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -913,7 +913,7 @@ var Editor = {
913
913
  match,
914
914
  reverse
915
915
  })) {
916
- if (Text.isText(n)) return;
916
+ if (Text.isText(n)) continue;
917
917
 
918
918
  if (Range.isRange(at)) {
919
919
  if (Path.isAncestor(p, at.anchor.path) && Path.isAncestor(p, at.focus.path)) {