textarea-markdown
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -174,2 +174,3 @@ 'use strict'; | ||
}).catch(function (error) { | ||
_this5.textarea.value = _this5.textarea.value.replace(text, ''); | ||
console.warn('parsing failed', error); | ||
@@ -176,0 +177,0 @@ }); |
{ | ||
"name": "textarea-markdown", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Make textarea a markdown editor.", | ||
@@ -5,0 +5,0 @@ "main": "lib/textarea-markdown.js", |
@@ -125,2 +125,3 @@ import 'whatwg-fetch' | ||
}).catch((error) => { | ||
this.textarea.value = this.textarea.value.replace(text, ''); | ||
console.warn('parsing failed', error) | ||
@@ -127,0 +128,0 @@ }) |
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
19373
375