diff --git a/js/distribute/view/DistributeScreenView.ts b/js/distribute/view/DistributeScreenView.ts index 929d9bb..9cab966 100644 --- a/js/distribute/view/DistributeScreenView.ts +++ b/js/distribute/view/DistributeScreenView.ts @@ -139,7 +139,6 @@ export default class DistributeScreenView extends SharingScreenView { handProxy.top = arrowProxy.bottom + CUEING_ARROW_MARGIN; } ); - model.groupSortInteractionModel.registerUpdateSortCueNode( this.updateMouseSortCueNode.bind( this ) ); model.groupSortInteractionModel.registerUpdateSortCueNode( this.updateKeyboardSortCueNode.bind( this ) ); model.stackChangedEmitter.addListener( this.updateMouseSortCueNode.bind( this ) );