Skip to content

Commit

Permalink
implemented logic on 'enter' of particle placement, #150
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 31, 2017
1 parent b297085 commit dbbd291
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/common/view/AtomView.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ define( function( require ) {
model.moveParticleToDropLocation( nearestParticle, model.particleAtom.positionProperty.get() );

// focus the atom for placement of particles
atomNode.electronShell.handleAccessibleDrag( nearestParticle );
// atomNode.electronShell.focus();
atomNode.electronShell.handleAccessibleDrag( nearestParticle, bucketFront );
}
} );
} );
Expand Down

0 comments on commit dbbd291

Please sign in to comment.