igorxut / vue-ckeditor5

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

error when used with draggable #7

Closed odparraj closed 6 years ago

odparraj commented 6 years ago

Hello, I am trying to use your component in an ordered and dynamic list, that is, I can add elements on the fly, your plugin works perfect if I use it in a V-FOR but it fails if I use it in conjunction with the VUE.DRAGGABLE plugin, the editor does not allow me to modify the text.

any idea how I can fix it

ezgif com-crop

igorxut commented 6 years ago

Hello.

The reason of that.

Use 'handle option' .

Example