Skip to content

Commit

Permalink
remove workaround for #444 and phetsims/fractions-common#19
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jan 11, 2019
1 parent ea6177d commit b741a87
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions js/AccordionBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,6 @@ define( function( require ) {
} );
}
}
else {
// If we don't show the title when expanded, we won't want our title bar to be pickable. Ideally we wouldn't want
// it visible at all, however for the a11y implementation we'll want to keep it visible so it can be focused as
// the main accessible element while the accordion box is expanded.
// See https://github.com/phetsims/fractions-common/issues/19.
this.expandedTitleBar.pickable = false;
}

this.addChild( this.titleNode );
this.addChild( this.expandCollapseButton );
Expand Down

0 comments on commit b741a87

Please sign in to comment.