chore: minor ui improvements

This commit is contained in:
Liyas Thomas
2023-02-28 16:25:46 +05:30
parent 7e686a8882
commit f2de0dc673
7 changed files with 4 additions and 27 deletions

View File

@@ -161,7 +161,6 @@
ref="saveTippyActions"
class="flex flex-col focus:outline-none"
tabindex="0"
@keyup.c="copyRequestAction.$el.click()"
@keyup.s="saveRequestAction.$el.click()"
@keyup.escape="hide()"
>
@@ -180,7 +179,6 @@
:label="shareButtonText"
:icon="copyLinkIcon"
:loading="fetchingShareLink"
:shortcut="['C']"
@click="
() => {
copyRequest()