vue-scrolly
vue-scrolly copied to clipboard
Error when <svg> in <scrolly> element.
It shows error a.match is not a function at VueComponent.onMouseDown when there are some <svg> elements inside <scrolly>.
This is because svg element's className is SVGAnimatedString rather than string.
Currently the workaround is to add @mousedown.stop to the svg element.