ckeditor/ckeditor5-vue

blur event not working properly version 35.0.0

Closed this issue · 2 comments

I have changed the version of ckeditor5 like below. The project is running on vue 3.2.31 and I am using the locally initialized ckeditor5 classic editor.

After the changes, I see that: when you click the tool bar, blur event is firing, after the un-click focus event is firing again.

old:
"@ckeditor/ckeditor5-build-classic": "^34.0.0",
"@ckeditor/ckeditor5-editor-classic": "^34.0.0"
"@ckeditor/ckeditor5-vue": "^4.0.1",

new
"@ckeditor/ckeditor5-build-classic": "^35.3.2",
"@ckeditor/ckeditor5-editor-classic": "^35.3.2",
"@ckeditor/ckeditor5-vue": "^4.0.1",

Closing due to lack of activity. If you think the issue is still not resolved, please, re-open it and provide the feedback we asked for.