fix cursor on desktop, add modal link on mobile
This commit is contained in:
parent
7951192cd9
commit
0286e1024c
3 changed files with 10 additions and 3 deletions
|
@ -62,7 +62,10 @@ const SideDrawer = {
|
|||
},
|
||||
touchMove (e) {
|
||||
GestureService.updateSwipe(e, this.closeGesture)
|
||||
}
|
||||
},
|
||||
openSettingsModal () {
|
||||
this.$store.dispatch('openSettingsModal')
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue