Skip to content

Commit

Permalink
feat(ui): double click on blueprint tag now resets filter (#4875)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored and fhussonnois committed Sep 12, 2024
1 parent 83d0705 commit b78d04b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
:key="tag.id"
:value="tag.id"
class="hoverable"
@dblclick.stop="selectedTag = 0"
>
{{ tag.name }}
</el-radio-button>
Expand Down

0 comments on commit b78d04b

Please sign in to comment.