From 27648d1e9ba5e6ee72fd634c28016e94f9068dd1 Mon Sep 17 00:00:00 2001 From: niubility000 <76441520+niubility000@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:11:22 +0800 Subject: [PATCH] fix: stay in the same position after renaming or deleting --- frontend/src/views/files/Editor.vue | 6 +++++- frontend/src/views/files/Listing.vue | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/files/Editor.vue b/frontend/src/views/files/Editor.vue index bf0d47e2..f4871615 100644 --- a/frontend/src/views/files/Editor.vue +++ b/frontend/src/views/files/Editor.vue @@ -1,5 +1,9 @@