From b06b2a5f7809593c5942553ee1df32bc5b2344cd Mon Sep 17 00:00:00 2001 From: niubility000 <76441520+niubility000@users.noreply.github.com> Date: Sun, 25 Feb 2024 00:32:00 +0800 Subject: [PATCH] fix: remain in the same position of list after rename or delete Update4 Rename.vue --- frontend/src/components/prompts/Rename.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/components/prompts/Rename.vue b/frontend/src/components/prompts/Rename.vue index 6d337e0e..f3a96c2e 100644 --- a/frontend/src/components/prompts/Rename.vue +++ b/frontend/src/components/prompts/Rename.vue @@ -101,9 +101,6 @@ export default { this.$showError(e); } - this.$nextTick(() => { - window.sessionStorage.setItem("modified", "false"); - }); this.$store.commit("closeHovers"); }, },