Skip to content

Commit

Permalink
test push
Browse files Browse the repository at this point in the history
  • Loading branch information
disasteroftheuniverse committed Dec 31, 2019
1 parent 3f5e18f commit 7bfae65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"eslint.format.enable": true,
"eslint.enable": false
"eslint.enable": false,
"git.postCommitCommand": "push"
}
2 changes: 1 addition & 1 deletion src/components/aframe-oculus-quest-hands.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ module.exports = {
if (this.holdingEl.components.grabbable)
{
this.holdingEl.components.grabbable.onGrab(this);
}
}

} else {
this.el.addState('gripping');
Expand Down

0 comments on commit 7bfae65

Please sign in to comment.