fix: remain in the same position of list after rename or delete Update4 Rename.vue
This commit is contained in:
parent
825d8602b7
commit
b06b2a5f78
@ -101,9 +101,6 @@ export default {
|
||||
this.$showError(e);
|
||||
}
|
||||
|
||||
this.$nextTick(() => {
|
||||
window.sessionStorage.setItem("modified", "false");
|
||||
});
|
||||
this.$store.commit("closeHovers");
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user