Apply suggestions from code review
Co-authored-by: Ramires Viana <59319979+ramiresviana@users.noreply.github.com>
This commit is contained in:
parent
807afb1f35
commit
2b8833ddee
@ -126,12 +126,12 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
toRoot() {
|
toRoot() {
|
||||||
this.$router.push({ path: "/files/" });
|
this.$router.push({ path: "/files/" }, () => {});
|
||||||
this.$store.commit('closeHovers');
|
this.$store.commit("closeHovers");
|
||||||
},
|
},
|
||||||
toSettings() {
|
toSettings() {
|
||||||
this.$router.push({ path: "/settings" });
|
this.$router.push({ path: "/settings" }, () => {});
|
||||||
this.$store.commit('closeHovers');
|
this.$store.commit("closeHovers");
|
||||||
},
|
},
|
||||||
help() {
|
help() {
|
||||||
this.$store.commit("showHover", "help");
|
this.$store.commit("showHover", "help");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user