diff --git a/frontend/src/components/Sidebar.vue b/frontend/src/components/Sidebar.vue index 142dfafd..a6295273 100644 --- a/frontend/src/components/Sidebar.vue +++ b/frontend/src/components/Sidebar.vue @@ -126,11 +126,11 @@ export default { }, methods: { toRoot() { - this.$router.replace({ path: "/files/" }); + this.$router.push({ path: "/files/" }); this.$store.commit('closeHovers'); }, toSettings() { - this.$router.replace({ path: "/settings" }); + this.$router.push({ path: "/settings" }); this.$store.commit('closeHovers'); }, help() {