Skip to content

Commit 8eb33a7

Browse files
authored
Merge pull request #90 from msarris/patch-1
instanceValue not updated when updating editor value
2 parents 5ac8f6c + 5ff689f commit 8eb33a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VueCkeditor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export default {
140140
update(val) {
141141
if (this.instanceValue !== val) {
142142
this.instance.setData(val, { internal: false });
143+
this.instanceValue = val;
143144
}
144145
},
145146
destroy() {

0 commit comments

Comments
 (0)