From 2129d8841fb315891a34e74b48145f8f58689368 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Fri, 17 Mar 2023 12:45:35 -0600 Subject: [PATCH] remove draggable row in basic section, https://github.com/phetsims/my-solar-system/issues/93 --- js/intro/IntroScreen.ts | 1 - js/lab/LabScreen.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/js/intro/IntroScreen.ts b/js/intro/IntroScreen.ts index d7ee2226..342e37c0 100644 --- a/js/intro/IntroScreen.ts +++ b/js/intro/IntroScreen.ts @@ -28,7 +28,6 @@ export default class IntroScreen extends Screen { createKeyboardHelpNode: () => { return new BasicActionsKeyboardHelpSection( { withCheckboxContent: true, - withDraggableContent: true, withKeypadContent: true } ); } diff --git a/js/lab/LabScreen.ts b/js/lab/LabScreen.ts index 28d3d127..b997eaeb 100644 --- a/js/lab/LabScreen.ts +++ b/js/lab/LabScreen.ts @@ -28,7 +28,6 @@ export default class LabScreen extends Screen { createKeyboardHelpNode: () => { return new BasicActionsKeyboardHelpSection( { withCheckboxContent: true, - withDraggableContent: true, withKeypadContent: true } ); }