feat: update content one last time on blur
This commit is contained in:
@@ -248,6 +248,7 @@ export default {
|
||||
this.$emit('keydown');
|
||||
},
|
||||
onBlur() {
|
||||
this.$emit('update:modelValue', this.contentFromEditor());
|
||||
this.$emit('blur');
|
||||
},
|
||||
onFocus() {
|
||||
|
||||
Reference in New Issue
Block a user