yansern / vue-multipane

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

Vue-multipane not working with Vue-apexchart #31

Open dmitrymaslov99 opened 3 years ago

dmitrymaslov99 commented 3 years ago

https://codesandbox.io/s/vue-pane-chart-datatables-context-ppxlr?file=/src/components/HelloWorld.vue:1801-1816 Every time you click on the chart, errors appear to the console. Apparently the libraries overlap.

Снимок экрана 2021-01-13 в 20 11 35
AMDZEN3 commented 11 months ago

It's the same issue as this bug: https://github.com/yansern/vue-multipane/issues/19. I got past it by adding @mousedown.stop to the parent div of the apexchart component.