We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cbac4 commit acd4e30Copy full SHA for acd4e30
src/components/WorkflowChart.vue
@@ -46,7 +46,7 @@ onMounted(() => {
46
const group = graph.get("edgeGroup");
47
group.toFront();
48
49
- graph.on("click", (e) => {
+ graph.on("click", () => {
50
taskStore.close();
51
});
52
0 commit comments