team folder generator

This commit is contained in:
Peter Papp
2021-08-30 09:16:48 +02:00
parent eb38ca8c9a
commit e751a6bc90
8 changed files with 153 additions and 24 deletions

View File

@@ -89,7 +89,7 @@ export default {
methods: {
proceedToSelect(e) {
// Preserve select and reload native shortcut
if (! ['a', 'r'].includes(e.key)) {
if (! ['a', 'r', 'v'].includes(e.key)) {
e.preventDefault()
}