lower keyboard

This commit is contained in:
Kevin Ngo
2018-10-16 01:33:23 -07:00
parent 109a6743e2
commit d0dc46b282
2 changed files with 3 additions and 1 deletions

View File

@@ -160,6 +160,8 @@ AFRAME.registerState({
state.menuSelectedChallenge.image = utils.getS3FileUrl(id, 'image.jpg');
state.menuSelectedChallenge.downloadsText = `${challengeData.downloads} Plays`;
computeMenuSelectedChallengeIndex(state);
state.keyboardActive = false;
},
menuchallengeunselect: state => {