prosemirror-model
Advanced tools
Comparing version 0.16.0 to 0.16.1
@@ -278,3 +278,3 @@ var ref = require("./fragment"); | ||
while (count < max) { | ||
while (count < max && fragPos < to) { | ||
if (elt.matches(fragment.child(fragPos), this$1.attrs, this$1.expr)) { | ||
@@ -281,0 +281,0 @@ count++ |
{ | ||
"name": "prosemirror-model", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "ProseMirror's document model", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -246,3 +246,3 @@ const {Fragment} = require("./fragment") | ||
while (count < max) { | ||
while (count < max && fragPos < to) { | ||
if (elt.matches(fragment.child(fragPos), this.attrs, this.expr)) { | ||
@@ -249,0 +249,0 @@ count++ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
223684