Merge pull request #9605 from druiz17/tabletClicking

enforce more button clicking logic
This commit is contained in:
Anthony Thibault 2017-02-06 20:23:16 -08:00 committed by GitHub
commit 2f09be5ead

View file

@ -2882,7 +2882,6 @@ function MyController(hand) {
this.touchingEnterTimer += dt;
if (this.state == STATE_OVERLAY_STYLUS_TOUCHING && this.triggerSmoothedSqueezed()) {
this.setState(STATE_OFF, "trigger squeezed");
return;
}