mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
key binds fix
This commit is contained in:
@@ -137,7 +137,10 @@ export default {
|
||||
return this.data.type === "video";
|
||||
},
|
||||
isAudio() {
|
||||
return this.data.type === "audio";
|
||||
return (
|
||||
// this.data.type === "audio" &&
|
||||
this.data.mimetype === "mp3" || "wan" || "mpeg"
|
||||
);
|
||||
},
|
||||
canEditName() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user