lakdjskla

This commit is contained in:
ntr
2019-04-07 14:12:08 +10:00
parent 5a715a50d7
commit f532363f48
+1 -1
View File
@@ -145,7 +145,7 @@ function Vbox(args) {
onTouchStart={e => boundTouchStart(e, i)}
onTouchEnd={e => boundTouchEnd(e, i)}
onTouchMove{e => boundTouchMove(e)}
onTouchMove={e => boundTouchMove(e)}
onClick={e => boundClick(e, i) }>
{convertVar(vbox.bound[i])}