Skip to content

Commit

Permalink
add group content to home screen help content, #668
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 6, 2020
1 parent 33b5f52 commit 07b9959
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion js/HomeScreenKeyboardHelpContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ import joist from './joist.js';
class HomeScreenKeyboardHelpContent extends Node {

constructor() {
super( { children: [ new GeneralKeyboardHelpSection() ] } );
super( {
children: [ new GeneralKeyboardHelpSection( {
withGroupContent: true
} ) ]
} );
}
}

Expand Down

0 comments on commit 07b9959

Please sign in to comment.