@stackoverflow/stacks-editor
Advanced tools
Comparing version 0.10.3 to 0.10.4-rc.0
@@ -0,0 +0,0 @@ import { TextSelection } from "prosemirror-state"; |
@@ -0,0 +0,0 @@ import { escapeHTML, generateRandomId } from "../../shared/utils"; |
@@ -97,3 +97,3 @@ import { Decoration, DecorationSet } from "prosemirror-view"; | ||
} | ||
else if (!n.content) { | ||
else if (n.content === null) { | ||
// otherwise, add the loading styles | ||
@@ -100,0 +100,0 @@ // attach the node decorations to the text's parent node |
@@ -0,0 +0,0 @@ The MIT License (MIT) |
{ | ||
"name": "@stackoverflow/stacks-editor", | ||
"version": "0.10.3", | ||
"version": "0.10.4-rc.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
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
1191548