Skip to content

Commit

Permalink
restore createKeyboardHelpNode option values for each screen, #253
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 20, 2023
1 parent 03f6787 commit 64a0c71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/macro/MacroScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import phScale from '../phScale.js';
import PhScaleStrings from '../PhScaleStrings.js';
import MacroModel from './model/MacroModel.js';
import MacroScreenView from './view/MacroScreenView.js';
import MacroKeyboardHelpContent from './view/MacroKeyboardHelpContent.js';

type SelfOptions = EmptySelfOptions;

Expand All @@ -41,9 +42,9 @@ export default class MacroScreen extends Screen<MacroModel, MacroScreenView> {
navigationBarIcon: new ScreenIcon( new Image( macroNavbarIcon_png ), {
maxIconWidthProportion: 1,
maxIconHeightProportion: 1
} )
} ),
//TODO https://github.com/phetsims/ph-scale/issues/249 restore when work on alternative input resume
// createKeyboardHelpNode: () => new MacroKeyboardHelpContent()
createKeyboardHelpNode: () => new MacroKeyboardHelpContent()
}, providedOptions );

super(
Expand Down

0 comments on commit 64a0c71

Please sign in to comment.