yansern / vue-multipane

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

className is not always a string (e.g. for svg elements) #41

Open vzakharov opened 1 year ago

vzakharov commented 1 year ago

We need to add an additional check for cases where className is not a string and hence does not have a "match" property.

(Note that I did not build the module, editing the dist js files manually, so pls double check that the code is the same after building.)