joyceworks / flowchart-vue

Flowchart & designer component for Vue.js.
MIT License
345 stars 75 forks source link

Previously line clicking throws error because event was undefined #60

Closed mrzygood closed 2 years ago

iamppz commented 2 years ago

window.event is deprecated: https://developer.mozilla.org/en-US/docs/Web/API/Window/event. Maybe we can find a different way to solve the bug, can you please tell me how to reproduce it?

mrzygood commented 2 years ago

window.event is deprecated: https://developer.mozilla.org/en-US/docs/Web/API/Window/event. Maybe we can find a different way to solve the bug, can you please tell me how to reproduce it?

Actually, I simply run application. When I click on any connection between nodes an error log occurs in console. image

iamppz commented 2 years ago

My mistake, event is import from d3, not window: https://github.com/joyceworks/flowchart-vue/blob/6dc255f2af98a3489f52de0a0b65b0e4e596e483/src/components/flowchart/Flowchart.vue#L27

iamppz commented 2 years ago

Published 0.25.1 to NPM.