@guardian/prosemirror-noting
Advanced tools
Comparing version 3.1.4-alpha.1 to 3.1.4-alpha.2
@@ -1064,3 +1064,6 @@ 'use strict'; | ||
var sideAdjustedForPluginPriority = sideToRender + pluginPriority / Number.MAX_SAFE_INTEGER * Math.sign(side); // A unique key for the widget. It must change to force a render | ||
// every time we'd like the cursor behaviour to change. | ||
var key = "".concat(id, "-").concat(sideAdjustedForPluginPriority); | ||
var toDom = function toDom() { | ||
@@ -1086,3 +1089,3 @@ var element = document.createElement("span"); | ||
// plugins that can run concurrently. | ||
// key, | ||
key: key, | ||
side: sideAdjustedForPluginPriority, | ||
@@ -1089,0 +1092,0 @@ marks: [] |
{ | ||
"name": "@guardian/prosemirror-noting", | ||
"version": "3.1.4-alpha.1", | ||
"version": "3.1.4-alpha.2", | ||
"description": "A plugin to allow noting in prosemirror", | ||
@@ -5,0 +5,0 @@ "main": "dist/noting.js", |
@@ -51,3 +51,3 @@ import { DecorationSet, Decoration } from "prosemirror-view"; | ||
// plugins that can run concurrently. | ||
// key, | ||
key, | ||
side: sideAdjustedForPluginPriority, | ||
@@ -54,0 +54,0 @@ marks: [] |
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
271995
2496