fix: remain in the same position of list after rename or delete Files.vue
This commit is contained in:
parent
e167c3e1ef
commit
666a72ca55
@ -117,7 +117,7 @@ export default {
|
||||
this.$store.commit("closeHovers");
|
||||
|
||||
// Set loading to true and reset the error.
|
||||
if (window.sessionStorage.getItem('listFrozen') !=="true"){
|
||||
if (window.sessionStorage.getItem('listFrozen') !=="true" && window.sessionStorage.getItem('modified') !=="true"){
|
||||
this.setLoading(true);
|
||||
}
|
||||
this.error = null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user