Remove touch move event
This commit is contained in:
parent
bc7acf5645
commit
b7dd1ba94d
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@
|
|||
:on-mouse-up #(transition-state owner :mouse-up)
|
||||
:on-mouse-leave #(transition-state owner :mouse-leave)
|
||||
:on-touch-start #(transition-state owner :touch-start)
|
||||
:on-touch-move #(transition-state owner :touch-move)
|
||||
:on-touch-cancel #(transition-state owner :touch-cancel)
|
||||
:on-touch-end #(transition-state owner :touch-end)}
|
||||
[:span.grub-static
|
||||
|
|
Loading…
Reference in a new issue