From 47afaeb5461000f70a530c13c125607c428f491e Mon Sep 17 00:00:00 2001 From: niubility000 <76441520+niubility000@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:57:48 +0800 Subject: [PATCH] fix: freezing the list stop the underlying list scrolling when using the mousewheel or swiping the screen. --- frontend/src/views/files/Preview.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/files/Preview.vue b/frontend/src/views/files/Preview.vue index 6422ac5a..aa85e2eb 100644 --- a/frontend/src/views/files/Preview.vue +++ b/frontend/src/views/files/Preview.vue @@ -1,6 +1,8 @@