prosemirror-old
Advanced tools
Comparing version 0.10.3 to 0.10.4
@@ -300,3 +300,3 @@ "use strict"; | ||
while (count < max) { | ||
while (count < max && fragPos < to) { | ||
if (elt.matches(fragment.child(fragPos), this.attrs, this.expr)) { | ||
@@ -303,0 +303,0 @@ count++; |
{ | ||
"name": "prosemirror-old", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"description": "Well-defined WYSIWYG editor (old version)", | ||
@@ -5,0 +5,0 @@ "main": "dist/edit/index.js", |
@@ -234,3 +234,3 @@ const {Fragment} = require("./fragment") | ||
while (count < max) { | ||
while (count < max && fragPos < to) { | ||
if (elt.matches(fragment.child(fragPos), this.attrs, this.expr)) { | ||
@@ -237,0 +237,0 @@ count++ |
1310075