SortableJS / Vue.Draggable

Vue drag-and-drop component based on Sortable.js
https://sortablejs.github.io/Vue.Draggable/
MIT License
20.04k stars 2.89k forks source link

Isn't working with ckeditor #222

Closed loeffel-io closed 7 years ago

loeffel-io commented 7 years ago

Hey @David-Desmaisons,

first off all your plugin works pretty nice. But: It isn't working with the CKEditor. Everything stops when i try to move the component and i don't any output from the console (other components are working pretty nice).

We tried it our custom CKEditor component and this component: https://github.com/dangvanthanh/vue-ckeditor2

Would be nice if you can check that 👍

David-Desmaisons commented 7 years ago

Could you create a jsfidle, it is not possible to figure out what you try to do

David-Desmaisons commented 7 years ago

@loeffel-io , I am closing this one. You may re-open it with a jsfiddle reproducing the proble.

loeffel-io commented 6 years ago

Thanks @David-Desmaisons. It works now. The CKEditor plugin divarea https://ckeditor.com/addon/divarea did the job!