vue-multipane icon indicating copy to clipboard operation
vue-multipane copied to clipboard

Vue-multipane not working with Vue-apexchart

Open dmitrymaslov99 opened this issue 4 years ago • 1 comments

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

dmitrymaslov99 avatar Jan 13 '21 17:01 dmitrymaslov99

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.

AMDZEN3 avatar Sep 18 '23 12:09 AMDZEN3