aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntry.vue
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-05-30 22:52:25 +0200
committerAndy Scherzinger <info@andy-scherzinger.de>2024-05-31 11:39:39 +0200
commit7c4dcf51c47b6e7cb98488668207bb072255bbc2 (patch)
treebb436047bef877f8d9de0346aed92389480a5f89 /apps/files/src/components/FileEntry.vue
parent25f99a29e0532852f4e3304e4b36c7c08cff990a (diff)
downloadnextcloud-server-7c4dcf51c47b6e7cb98488668207bb072255bbc2.tar.gz
nextcloud-server-7c4dcf51c47b6e7cb98488668207bb072255bbc2.zip
fix(files): Ensure entry with `fileid` is marked as active
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/files/src/components/FileEntry.vue')
-rw-r--r--apps/files/src/components/FileEntry.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/files/src/components/FileEntry.vue b/apps/files/src/components/FileEntry.vue
index 415024f8fb8..103b6046f26 100644
--- a/apps/files/src/components/FileEntry.vue
+++ b/apps/files/src/components/FileEntry.vue
@@ -219,13 +219,6 @@ export default defineComponent({
}
return ''
},
-
- /**
- * This entry is the current active node
- */
- isActive() {
- return this.fileid === this.currentFileId?.toString?.()
- },
},
methods: {