diff --git a/js/common/view/MoleculeCollectingScreenView.js b/js/common/view/MoleculeCollectingScreenView.js index 25222557..13b6ee75 100644 --- a/js/common/view/MoleculeCollectingScreenView.js +++ b/js/common/view/MoleculeCollectingScreenView.js @@ -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; } );