Skip to content

Commit acd4e30

Browse files
committed
feat: skeleton, upload and download button
1 parent 42cbac4 commit acd4e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WorkflowChart.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ onMounted(() => {
4646
const group = graph.get("edgeGroup");
4747
group.toFront();
4848

49-
graph.on("click", (e) => {
49+
graph.on("click", () => {
5050
taskStore.close();
5151
});
5252
});

0 commit comments

Comments
 (0)