Matthew Kirkley
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...
+1 For working in the Vue.js world.
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?
Resolved in #141
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
pull request submitted
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.