diff --git a/frontend/src/views/files/Preview.vue b/frontend/src/views/files/Preview.vue index 99f80d69..1c359923 100644 --- a/frontend/src/views/files/Preview.vue +++ b/frontend/src/views/files/Preview.vue @@ -339,7 +339,7 @@ export default { }, 500), close() { this.$store.commit("updateRequest", {}); - this.$router.go(-1); + history.back(); }, download() { api.download(null, this.$route.path);