mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 09:32:14 +00:00
team folder generator
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user