vue-wysiwyg icon indicating copy to clipboard operation
vue-wysiwyg copied to clipboard

blur event not received

Open madc0w opened this issue 6 years ago • 0 comments

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.

madc0w avatar Oct 13 '19 09:10 madc0w