igorxut / vue-ckeditor5

Component CKEditor 5 for Vue 2.
MIT License
53 stars 22 forks source link

Focus and Blur events #13

Closed michaeldjeffrey closed 5 years ago

michaeldjeffrey commented 5 years ago

Fixes #12

There's already the input event for changes to the model. This adds events to catch for focusing and blurring an editor.

igorxut commented 5 years ago

Thanks for pull request, but there is my implementation: 89a52d20a111eed6b17999775ee303b5a9666fa6

michaeldjeffrey commented 5 years ago

Awesome! Thanks for doing that. It's a much better implementation.