From 1e4b2271f4ea9bf5aaa4e46072c80ad8344635f7 Mon Sep 17 00:00:00 2001 From: niubility000 <76441520+niubility000@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:57:48 +0800 Subject: [PATCH] fix: cancel the last modification.vue I wanna add this: But as I tested, when the folder is pretty large with 3000pics, it will not show the entire list. To solve this, I think we need to use the virtual list. --- frontend/src/views/Files.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/views/Files.vue b/frontend/src/views/Files.vue index 1d90974b..29a7afd9 100644 --- a/frontend/src/views/Files.vue +++ b/frontend/src/views/Files.vue @@ -150,9 +150,3 @@ export default { }, }; -