优化meditor更新
parent
b91cef6ff1
commit
7c765768d0
|
@ -690,6 +690,7 @@ export default class Meditor {
|
||||||
dom.focus()
|
dom.focus()
|
||||||
}
|
}
|
||||||
this.value = dom.value
|
this.value = dom.value
|
||||||
|
this.dispatchEvent(new CustomEvent('input'))
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* [selection 获取选中的文本]
|
* [selection 获取选中的文本]
|
||||||
|
@ -766,6 +767,7 @@ export default class Meditor {
|
||||||
this.__EDITOR__.value = val
|
this.__EDITOR__.value = val
|
||||||
if (this.state.preview) {
|
if (this.state.preview) {
|
||||||
this.__VIEW__.md = val
|
this.__VIEW__.md = val
|
||||||
|
this.dispatchEvent(new CustomEvent('input'))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue