setting method overrides in options being ignored
scottsteinbeck opened this issue · 0 comments
scottsteinbeck commented
If I try and set any of the options such as moves or invalid the functions are not working.
I noticed when debugging the vue-dragula code the option gets removed before it makes it in as an option to the dragula function. Example Code:
Vue.vueDragula.options('my-bag', { moves: function (el, container, handle) { return handle.classList.contains('dragHandle'); }, direction: 'vertical' })