ngx-quill
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -215,3 +215,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
if (currentValue) { | ||
this.quillEditor.pasteHTML(currentValue); | ||
this.quillEditor.setContents(this.quillEditor.clipboard.convert(this.content)); | ||
return; | ||
@@ -218,0 +218,0 @@ } |
@@ -215,3 +215,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
if (currentValue) { | ||
this.quillEditor.pasteHTML(currentValue); | ||
this.quillEditor.setContents(this.quillEditor.clipboard.convert(this.content)); | ||
return; | ||
@@ -218,0 +218,0 @@ } |
{ | ||
"name": "ngx-quill", | ||
"license": "MIT", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Bengt Weiße" |
@@ -107,3 +107,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
if (currentValue) { | ||
this.quillEditor.pasteHTML(currentValue); | ||
this.quillEditor.setContents(this.quillEditor.clipboard.convert(this.content)); | ||
return; | ||
@@ -110,0 +110,0 @@ } |
@@ -167,3 +167,3 @@ import { | ||
if (currentValue) { | ||
this.quillEditor.pasteHTML(currentValue); | ||
this.quillEditor.setContents(this.quillEditor.clipboard.convert(this.content)); | ||
return; | ||
@@ -170,0 +170,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
371135