Skip to content

Commit

Permalink
Doc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Jan 16, 2020
1 parent 4004c97 commit 6ede9ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/common/view/MoleculeCollectingScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ define( require => {
// notify attachment
collectionAttachmentCallbacks.forEach( callback => { callback(); } );

// Adjust the center of the AllFilledNode
this.visibleBoundsProperty.link( () => {
this.allFilledNode.center = BAMConstants.STAGE_SIZE.center;
} );
Expand Down

0 comments on commit 6ede9ff

Please sign in to comment.