Wayne Van Son

Results 140 comments of Wayne Van Son

Adding `animation: 300` gives much more detail into what the algorithm may be thinking.

@stijndeschuymer Could you please create an example in a sandbox environment? It looks okay to me but we'll have to enlist the expert. @owen-m1 What are your thoughts on this...

@drank There are nested list examples with code in the vue-draggable repository. Two examples can be found at https://sortablejs.github.io/Vue.Draggable/#/nested-example.

> The default behavior of Sortable for nesting is to drag the element up to the above element until the mouse reaches emptyInsertThreshold pixels from the drop zone of the...

Let's take this list for example: https://sortablejs.github.io/Vue.Draggable/#/nested-with-vmodel Currently the problem is that when all the nested prerequisites are met, attempting to indent item `donkey` by dragging only works if the...

Could you please write some tests for this? We shouldn't accept PR's without tests. I think that instead of recursive arrays, we should have this as recursive object-arrays. This way...

Not sure what to do. I'll write a more helpful test runner soon.

@LavaSlider If you commit your test to the repo, we can have a look

> I whole heartedly disagree about the structure and think your statement is inconsistent with how the toArray works `toArray` is not `toHierarchy`. If we want to use objects other...

@Memocana and anyone else. It looks like there is some demand for this feature. Would you be kind enough to produce an example for us? Thank you in advance. You...