Skip to content

Commit

Permalink
Update src/ui/src/components/workflows/base/WorkflowArrow.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Rousseau <[email protected]>
  • Loading branch information
ramedina86 and madeindjs authored Sep 30, 2024
1 parent f17a349 commit 1ed99a0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ui/src/components/workflows/base/WorkflowArrow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@
opacity: isSelected ? `0.2` : `0`,
}"
></path>
<g v-if="isSelected" class="delete" @click="handleDeleteClick">
<g
v-if="isSelected"

Check failure on line 13 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.9)

Replace `··` with `↹`

Check failure on line 13 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.12)

Replace `··` with `↹`

Check failure on line 13 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.11)

Replace `··` with `↹`

Check failure on line 13 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.10)

Replace `··` with `↹`

Check failure on line 13 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.9)

Replace `··` with `↹`

Check failure on line 13 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.11)

Replace `··` with `↹`

Check failure on line 13 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.10)

Replace `??` with `?`
class="delete"

Check failure on line 14 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.9)

Replace `··` with `↹`

Check failure on line 14 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.12)

Replace `··` with `↹`

Check failure on line 14 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.11)

Replace `··` with `↹`

Check failure on line 14 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.10)

Replace `··` with `↹`

Check failure on line 14 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.9)

Replace `··` with `↹`

Check failure on line 14 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.11)

Replace `··` with `↹`

Check failure on line 14 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.10)

Replace `??` with `?`
tabindex="0"

Check failure on line 15 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.9)

Replace `··` with `↹`

Check failure on line 15 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.12)

Replace `··` with `↹`

Check failure on line 15 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.11)

Replace `··` with `↹`

Check failure on line 15 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.10)

Replace `··` with `↹`

Check failure on line 15 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.9)

Replace `··` with `↹`

Check failure on line 15 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.11)

Replace `··` with `↹`

Check failure on line 15 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.10)

Replace `??` with `?`
aria-label="Delete relation"

Check failure on line 16 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.9)

Replace `··` with `↹`

Check failure on line 16 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.12)

Replace `··` with `↹`

Check failure on line 16 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.11)

Replace `··` with `↹`

Check failure on line 16 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.10)

Replace `··` with `↹`

Check failure on line 16 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.9)

Replace `··` with `↹`

Check failure on line 16 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.11)

Replace `··` with `↹`

Check failure on line 16 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.10)

Replace `??` with `?`
@click="handleDeleteClick"

Check failure on line 17 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.9)

Replace `··` with `↹`

Check failure on line 17 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.12)

Replace `··` with `↹`

Check failure on line 17 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.11)

Replace `··` with `↹`

Check failure on line 17 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.10)

Replace `··` with `↹`

Check failure on line 17 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.9)

Replace `··` with `↹`

Check failure on line 17 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.11)

Replace `··` with `↹`

Check failure on line 17 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.10)

Replace `??` with `?`
@keypress.enter="handleDeleteClick"

Check failure on line 18 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.9)

Replace `··` with `↹`

Check failure on line 18 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.12)

Replace `··` with `↹`

Check failure on line 18 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.11)

Replace `··` with `↹`

Check failure on line 18 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.10)

Replace `··` with `↹`

Check failure on line 18 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.9)

Replace `··` with `↹`

Check failure on line 18 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.11)

Replace `··` with `↹`

Check failure on line 18 in src/ui/src/components/workflows/base/WorkflowArrow.vue

View workflow job for this annotation

GitHub Actions / build (3.10)

Replace `??` with `?`
>
<circle :cx="points[3].x" :cy="points[3].y" r="12" />
<line
class="cross"
Expand Down

0 comments on commit 1ed99a0

Please sign in to comment.