Fixed mobile not being able to click actions
This commit is contained in:
parent
7618ee291a
commit
bb54904464
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
)`
|
)`
|
||||||
"
|
"
|
||||||
@mousedown="e => performAction(e, action)"
|
@mousedown="e => performAction(e, action)"
|
||||||
|
@touchstart="e => performAction(e, action)"
|
||||||
>
|
>
|
||||||
<circle
|
<circle
|
||||||
:fill="
|
:fill="
|
||||||
|
|
Loading…
Reference in a new issue