braft-convert
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -341,4 +341,2 @@ "use strict"; | ||
style = style.toLowerCase(); | ||
var unitExportFn = options.unitExportFn || defaultUnitExportFn; | ||
@@ -353,2 +351,4 @@ | ||
style = style.toLowerCase(); | ||
if (style === 'strikethrough') { | ||
@@ -355,0 +355,0 @@ return _react2.default.createElement("span", { style: { textDecoration: 'line-through' } }); |
{ | ||
"name": "braft-convert", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A convert helper for Braft Editor.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
64916