vsambor

Results 9 comments of vsambor

Any way to have access to the mutation path? I have the same problem, I don't know from which object the mutation is coming.

The problem is that the folding does not even work inside a diff file. In my case I would like to get a screenshot for a small diff, the diffs...

I just encountered the same issue and spend few hours trying to understand what I did wrong. The first grid line should be evenly spaced with next magnitude start, but...

At the end I ended up doing the same, I patched the logarithmic code from v3.9, until this is solved. Thanks for your reply. Have a nice day!

I had the same issue with the RecycleScroller, when the list changes sometimes (especially the first time, but not only) the items would overlap. And as a workaround I found...

@CatherineAugustine what do you experience? I'm surprised the workaround didn't help. (can you share some of your code?)

@CatherineAugustine Try to do this first to see if it works: ``` {{ item }} {{ index }} ``` Note you will have to modify your items to contain an...

I would like to see your example, to try it more. Could you create a reproducible example like in stackblitz or somewhere? I have the same version as you `"vue-virtual-scroller":...

Happy it works for you, I didn't pay attention that you used 5 px :) All the best!