diff --git a/frontend/src/views/files/Preview.vue b/frontend/src/views/files/Preview.vue index 84ad3a16..57c365e8 100644 --- a/frontend/src/views/files/Preview.vue +++ b/frontend/src/views/files/Preview.vue @@ -341,7 +341,7 @@ export default { this.$store.commit("updateRequest", {}); let uri = url.removeLastDir(this.$route.path) + "/"; - this.$router.replace({ path: uri }); + this.$router.push({ path: uri }); }, download() { api.download(null, this.$route.path);