From 14ec427f5ef372365e04e78045c4a1d8d8708625 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Mon, 21 Nov 2022 12:28:46 +0900 Subject: [PATCH] Mouse events for flow diagram endcaps & connectors --- .../tx-bowtie-graph.component.html | 16 +++++++++ .../tx-bowtie-graph.component.scss | 33 +++++++++++-------- .../tx-bowtie-graph.component.ts | 18 ++++++++++ 3 files changed, 54 insertions(+), 13 deletions(-) diff --git a/frontend/src/app/components/tx-bowtie-graph/tx-bowtie-graph.component.html b/frontend/src/app/components/tx-bowtie-graph/tx-bowtie-graph.component.html index c09064201..c736e5548 100644 --- a/frontend/src/app/components/tx-bowtie-graph/tx-bowtie-graph.component.html +++ b/frontend/src/app/components/tx-bowtie-graph/tx-bowtie-graph.component.html @@ -81,6 +81,14 @@ (pointerout)="onBlur($event, 'input', i);" (click)="onClick($event, 'input', inputData[i].index);" /> + +