Refactor #7093
parent
a78276c5f3
commit
49c9303c75
|
@ -124,7 +124,7 @@ export default {
|
|||
methods: {
|
||||
renderValue(value) {
|
||||
if (this.quill) {
|
||||
if (value) this.quill.clipboard.dangerouslyPasteHTML(value);
|
||||
if (value) this.quill.clipboard.convert({ html: value });
|
||||
else this.quill.setText('');
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue