fix cursor on desktop, add modal link on mobile

This commit is contained in:
Henry Jameson 2020-05-25 16:16:30 +03:00
parent 7951192cd9
commit 0286e1024c
3 changed files with 10 additions and 3 deletions

View file

@ -62,7 +62,10 @@ const SideDrawer = {
},
touchMove (e) {
GestureService.updateSwipe(e, this.closeGesture)
}
},
openSettingsModal () {
this.$store.dispatch('openSettingsModal')
},
}
}