mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
FileResource.php refactor
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
return this.clipboard[0]
|
||||
},
|
||||
canShowMetaData() {
|
||||
return this.clipboard[0].data.relationships.metadata
|
||||
return this.clipboard[0].data.relationships.exif
|
||||
},
|
||||
isLocked() {
|
||||
return this.clipboard[0].data.relationships.shared.protected
|
||||
|
||||
Reference in New Issue
Block a user