David Mohr

Results 24 comments of David Mohr
trafficstars

@YahorDanchanka ah, sorry, my fault. I forgot to compile the code before pushing it. Could you please pull the latest version and try agian? If that still doesn't work, I'll...

We use `yaml-cpp` which is where we first ran into the conflict: https://github.com/jbeder/yaml-cpp/issues/781 (they don't support underscore) I'm happy to update the PR to make underscores "opt out". I would...

It should work if you access it as a string, e.g. ``` doc1[key2.as()] ```

@retfah 1.15.0. If you let me know your config and some example code, I can hopefully try to help identify what's wrong.

@Brouilles are you using the `multidrag` or the `animation` fork? Animations don't work on the plain `multidrag` branch

yeah, unfortunately animations are a bit tricky and completely untested with nested. You are welcome to try out the animation branch to see if that will help

@quilkin swap should work out of the box using `:swap="true"` on the component. nothing to install as the plugin is already available in a standard install of sortable.js

@Brouilles hmm, that code snippet explains why the "fixes" you mentioned address the issue, but unfortunately that's in the sortable code, not the vue part. So I'd say that disabling...

@quilkin there is a swap example. It works as expected, perhaps this might help your debugging?

https://github.com/david-mohr/vue.draggable.next/blob/multidrag/example/components/swap.vue