touchmove
This commit is contained in:
parent
2724ba8283
commit
5a715a50d7
@ -145,6 +145,7 @@ function Vbox(args) {
|
||||
|
||||
onTouchStart={e => boundTouchStart(e, i)}
|
||||
onTouchEnd={e => boundTouchEnd(e, i)}
|
||||
onTouchMove{e => boundTouchMove(e)}
|
||||
|
||||
onClick={e => boundClick(e, i) }>
|
||||
{convertVar(vbox.bound[i])}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user