Skip to content

Commit

Permalink
minor formatting changes for the distribute screen, see #270
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jun 14, 2024
1 parent 28543d6 commit 8c642d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/distribute/view/DistributeScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export default class DistributeScreenView extends SharingScreenView<Snack> {
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 ) );
Expand Down

0 comments on commit 8c642d7

Please sign in to comment.