Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blur event not received #109

Open
madc0w opened this issue Oct 13, 2019 · 0 comments
Open

blur event not received #109

madc0w opened this issue Oct 13, 2019 · 0 comments

Comments

@madc0w
Copy link

madc0w commented Oct 13, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant