fix: remain in the same position of list after rename or delete Update5 Listing.vue

This commit is contained in:
niubility000 2024-02-25 00:38:21 +08:00 committed by GitHub
parent b06b2a5f78
commit ca115465e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -397,7 +397,7 @@ export default {
});
}
if (this.req.isDir) {
window.sessionStorage.setItem(listFrozen, "false");
window.sessionStorage.setItem("listFrozen", "false");
window.sessionStorage.setItem("modified", "false");
}
},