Drag erases data and doesn't allow for a second drag
ben-roth opened this issue · 2 comments
ben-roth commented
It's easier to explain in a video. I saw in another comment that maybe it's because I am using vue 2.6?
Here is the link to the video showing what happens.
Any ideas on what might cause this?
ben-roth commented
I tried to use vuejs 2.5.22 and it's still does the same thing... It's a little better but overall it's still buggy.
ben-roth commented
fixed this, seems like it was an issue where i was passing a big object into my vue app and that broke this functionality. I fixed this by passing a stringified version of the object instead of the object itself