yansern / vue-multipane

Resizable split panes for Vue.js.
https://yansern.github.io/vue-multipane/
Other
588 stars 125 forks source link

fix: resizer.className.match is not a function #29

Open bobby169 opened 4 years ago

bobby169 commented 4 years ago

when click the svg element,throw Error: resizer.className.match is not a function

console.info(resizer.className)
SVGAnimatedString {baseVal: "", animVal: ""}
lkjimy commented 3 years ago

This solution is present on another pull request: #6 #24.