Matthew Kirkley

Results 32 comments of Matthew Kirkley

I emailed npm support for what happens when someone hijacks a project and the response is below... It looks like it will take some communication with @dibari to get this...

Actually looking at the current source it looks like this error has been fixed but it has not reached NPM yet. Any chance on a release?

I had this same issue and it ended up being that my :key on my v-for loop was wrong (it was null/wrong property name)

This seems to be working for me https://github.com/rhyek/vue-prevent-parent-scroll

In the meantime I am using https://github.com/rhyek/vue-prevent-parent-scroll

I submitted a bug to leaflet as well. I think a good solution would be for L.DomUtil.disableTextSelection to accept a DOM element to operate on.