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