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