prosemirror-state
Advanced tools
Comparing version 0.19.0 to 0.19.1
@@ -97,3 +97,3 @@ var ref = require("prosemirror-transform"); | ||
if (!Mark.sameSet(this.storedMarks || this.selection.$from.marks(), marks)) | ||
{ this.setStoredMarks(marks.length || this.storedMarks ? marks : null) } | ||
{ this.setStoredMarks(marks) } | ||
return this | ||
@@ -100,0 +100,0 @@ }; |
{ | ||
"name": "prosemirror-state", | ||
"version": "0.19.0", | ||
"version": "0.19.1", | ||
"description": "ProseMirror editor state", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -88,3 +88,3 @@ const {Transform} = require("prosemirror-transform") | ||
if (!Mark.sameSet(this.storedMarks || this.selection.$from.marks(), marks)) | ||
this.setStoredMarks(marks.length || this.storedMarks ? marks : null) | ||
this.setStoredMarks(marks) | ||
return this | ||
@@ -91,0 +91,0 @@ } |
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
79160