Skip to content

Commit

Permalink
Support middle mouse for InfoSidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed May 17, 2024
1 parent 77c818c commit 40177f7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,15 @@
<a
class="flex gap-1.5 items-center transition duration-150 ease-out hover:text-darker cursor-pointer"
@click="getChangesUrl"
@click.middle="getChangesUrl"
>
<ArrowPathIcon class="w-4 h-4" />
Changes
</a>
<a
class="flex gap-1.5 items-center transition duration-150 ease-out hover:text-darker cursor-pointer"
@click="getArtifactsUrl"
@click.middle="getArtifactsUrl"
>
<ServerStackIcon class="w-4 h-4" />
Test Artifacts
Expand All @@ -189,6 +191,7 @@
v-if="data?.installerId || vm.data.value?.buildId"
class="flex gap-1.5 items-center transition duration-150 ease-out hover:text-darker cursor-pointer"
@click="getSpaceUrl"
@click.middle="getSpaceUrl"
>
<SpaceIcon class="w-4 h-4" />
Changes
Expand Down

0 comments on commit 40177f7

Please sign in to comment.