amendx

Results 20 comments of amendx

Hi @yvahava can you record what weird behaviour you're experiencing? How are you refreshing the array? Here on this example, you can see that after `@drop` the element fires: ![image](https://user-images.githubusercontent.com/30783877/173592890-eaeb556c-4900-4136-bd13-9c91d8e71490.png)

@kamil-bartczak Hi, try again with @next tag. (`version 1.2.11`)

Updated bug on ` vue-dndrop 1.2.13` for **vue3** and `vue-dndrop 1.2.12` to **vue2**

@0xbul1 I've made some changes inside your [demo link](https://stackblitz.com/edit/vue-yrsshc?file=src%2Fcomponents%2FHelloWorld.vue) using `:get-ghost-parent="getGhostParent"`: ```js getGhostParent() { const element = document.querySelector('#dialog').children.item(1); return element.children.item(0); }, ``` - I tried to just simulate what you...

@phislop-sra Nice! I'll take a look at it. I'm repairing some code to fit other issues as well. Hope I'll find your solution!

Hi, @holtergram that is indeed a nice feature, but can you tell me how'd you imagine the auto alignment? Can you show me an example or so?

We'll be taking a look at it today @JonesMuc @kamil-bartczak

@uptimerkgb @joerattz @kamil-bartczak go to ` vue-dndrop 1.2.13` and see if problem's solved :) Check #58 for version suited for vue2

@ga676005 I'll consider the multi-language support for the docs. I'll let you know

@hovorun can you show me how you're importing the lib? And its component usage?