codelabs-react
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -133,3 +133,3 @@ "use strict"; | ||
try { | ||
if (paragraph.paragraphStyle.spacingMode === "COLLAPSE_LISTS") { | ||
if (paragraph.paragraphStyle.spacingMode === "COLLAPSE_LISTS" || paragraph.paragraphStyle.indentStart) { | ||
return "li"; | ||
@@ -136,0 +136,0 @@ } |
{ | ||
"name": "codelabs-react", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -151,3 +151,6 @@ const infoColor = { red: 0.8509804, green: 0.91764706, blue: 0.827451 }; | ||
try { | ||
if (paragraph.paragraphStyle.spacingMode === "COLLAPSE_LISTS") { | ||
if ( | ||
paragraph.paragraphStyle.spacingMode === "COLLAPSE_LISTS" || | ||
paragraph.paragraphStyle.indentStart | ||
) { | ||
return "li"; | ||
@@ -154,0 +157,0 @@ } |
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
315388
1388