Browse Source

Add keyboard shortcut back to accept button

pull/1562/head
Fynn Schmitt-Ulms 3 years ago
committed by GitHub
parent
commit
9181f11e36
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. 2
      frontend/components/tasks/toolbar/buttons/ButtonReview.vue

2
frontend/components/tasks/toolbar/buttons/ButtonReview.vue

@ -2,8 +2,10 @@
<v-tooltip bottom>
<template #activator="{ on }">
<v-btn
v-shortkey.once="['enter']"
icon
v-on="on"
@shortkey="$emit('click:review')"
@click="$emit('click:review')"
>
<v-icon v-if="isReviewd">

Loading…
Cancel
Save