diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-03-28 13:47:52 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-06 14:49:32 +0200 |
commit | 60b74e3d6d626a7f7599acbeaadb650cbf56cc6c (patch) | |
tree | aa449108c8996f352d5b8a5529a8d208a8ab6934 /apps/files/src/components/FileEntry.vue | |
parent | 4942747ff85dc8671ff7a6a42cd07a886d361b07 (diff) | |
download | nextcloud-server-60b74e3d6d626a7f7599acbeaadb650cbf56cc6c.tar.gz nextcloud-server-60b74e3d6d626a7f7599acbeaadb650cbf56cc6c.zip |
feat(files): batch actions
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/src/components/FileEntry.vue')
-rw-r--r-- | apps/files/src/components/FileEntry.vue | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/files/src/components/FileEntry.vue b/apps/files/src/components/FileEntry.vue index 420af67f9eb..fa4c67cb553 100644 --- a/apps/files/src/components/FileEntry.vue +++ b/apps/files/src/components/FileEntry.vue @@ -138,7 +138,6 @@ export default Vue.extend({ Fragment, NcActionButton, NcActions, - NcButton, NcCheckboxRadioSwitch, NcLoadingIcon, }, @@ -328,16 +327,6 @@ export default Vue.extend({ }, methods: { - /** - * Get a cached note from the store - * - * @param {number} fileId the file id to get - * @return {Folder|File} - */ - getNode(fileId) { - return this.filesStore.getNode(fileId) - }, - async debounceIfNotCached() { if (!this.previewUrl) { return |