Fixed #6 - Fixed editor issue
parent
beafc5a03f
commit
fd6b9abc25
|
@ -60,8 +60,10 @@ export default {
|
|||
},
|
||||
quill: null,
|
||||
watch: {
|
||||
value(newValue) {
|
||||
value(newValue, oldValue) {
|
||||
if (newValue !== oldValue && this.quill && !this.quill.hasFocus()) {
|
||||
this.renderValue(newValue);
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
|
Loading…
Reference in New Issue