Browse Source

Changing shortkey from 'a' to 'enter'

pull/980/head
Collin Brown 4 years ago
parent
commit
9547115dbd
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/components/containers/annotation/ApproveButton.vue

2
frontend/components/containers/annotation/ApproveButton.vue

@ -2,7 +2,7 @@
<v-tooltip bottom>
<template v-slot:activator="{ on }">
<v-btn
v-shortkey.once="['a']"
v-shortkey.once="['enter']"
:disabled="disabled"
class="text-capitalize ps-1 pe-1"
min-width="36"

Loading…
Cancel
Save