From 6ede9ffa486004eabe073ee0c602390fc3ca926a Mon Sep 17 00:00:00 2001 From: denz1994 Date: Thu, 16 Jan 2020 09:45:33 -0500 Subject: [PATCH] Doc update. --- js/common/view/MoleculeCollectingScreenView.js | 1 + 1 file changed, 1 insertion(+) 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; } );