Skip to content

Commit

Permalink
Redirect TODO issue, see #166
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 5, 2023
1 parent f419cd3 commit 2ecc100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/common/view/CAVAccordionBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class CAVAccordionBox extends AccordionBox {
expandCollapseButtonOptions: {
sideLength: BUTTON_SIDE_LENGTH
},
// TODO: This is currently highlighting a layout issues with AccordionBox, see: https://github.com/phetsims/center-and-variability/issues/166
// TODO: This is currently highlighting a layout issues with AccordionBox, see: https://github.com/phetsims/center-and-variability/issues/170
titleBarOptions: {
stroke: 'black'
},
Expand Down
2 changes: 1 addition & 1 deletion js/common/view/CAVScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class CAVScreenView extends ScreenView {
protected readonly frontObjectLayer = new Node();

// TODO: We haven't enforced the "exactly half a ball should be occluded if anything is occluded" design, see https://github.com/phetsims/center-and-variability/issues/175
// May need https://github.com/phetsims/center-and-variability/issues/166 to be addressed first
// May need https://github.com/phetsims/center-and-variability/issues/170 to be addressed first
protected readonly backObjectLayer = new Node();

protected readonly eraseButton: EraserButton;
Expand Down

0 comments on commit 2ecc100

Please sign in to comment.