vue-wysiwyg
vue-wysiwyg copied to clipboard
blur event not received
I see that the latest commit to Editr.vue implemented a blur event, but I can't seem to receive this event, for some reason.
<wysiwyg
v-model="wysiwygHtml"
@change="console.log('wysiwyg change')"
@blur="console.log('wysiwyg blur')"
/>
change works great, but we never see "wysiwyg blur" in the console.