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