touchmove
This commit is contained in:
@@ -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])}
|
||||
|
||||
Reference in New Issue
Block a user