feat: update content one last time on blur

This commit is contained in:
Shivam Mishra
2025-01-29 16:37:16 +05:30
parent c50d00b48e
commit ce56e3ed93
@@ -248,6 +248,7 @@ export default {
this.$emit('keydown');
},
onBlur() {
this.$emit('update:modelValue', this.contentFromEditor());
this.$emit('blur');
},
onFocus() {