@jupyter/ydoc
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -76,3 +76,3 @@ /* ----------------------------------------------------------------------------- | ||
if (cell.source != null) { | ||
ycell.setSource(typeof cell.source === 'string' ? cell.source : cell.source.join('\n')); | ||
ycell.setSource(typeof cell.source === 'string' ? cell.source : cell.source.join('')); | ||
} | ||
@@ -79,0 +79,0 @@ return ycell; |
{ | ||
"name": "@jupyter/ydoc", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Jupyter document structures for collaborative editing using YJS", |
Sorry, the diff of this file is not supported yet
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
132741