From 08458da31cf0ea98d9c14756835efe1a5c7fabd5 Mon Sep 17 00:00:00 2001 From: niubility000 <76441520+niubility000@users.noreply.github.com> Date: Sat, 23 Mar 2024 18:08:35 +0800 Subject: [PATCH] feat: remain in the same position when back from a subfolder --- frontend/src/views/files/Editor.vue | 10 ++-------- frontend/src/views/files/Listing.vue | 29 ++++++++++++++++++++++------ frontend/src/views/files/Preview.vue | 7 +++---- 3 files changed, 28 insertions(+), 18 deletions(-) diff --git a/frontend/src/views/files/Editor.vue b/frontend/src/views/files/Editor.vue index f4871615..b6cb5445 100644 --- a/frontend/src/views/files/Editor.vue +++ b/frontend/src/views/files/Editor.vue @@ -1,9 +1,5 @@