Skip to content

Commit

Permalink
remove draggable row in basic section, #93
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 17, 2023
1 parent 1a4d5d6 commit 2129d88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion js/intro/IntroScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default class IntroScreen extends Screen<IntroModel, IntroScreenView> {
createKeyboardHelpNode: () => {
return new BasicActionsKeyboardHelpSection( {
withCheckboxContent: true,
withDraggableContent: true,
withKeypadContent: true
} );
}
Expand Down
1 change: 0 additions & 1 deletion js/lab/LabScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default class LabScreen extends Screen<LabModel, LabScreenView> {
createKeyboardHelpNode: () => {
return new BasicActionsKeyboardHelpSection( {
withCheckboxContent: true,
withDraggableContent: true,
withKeypadContent: true
} );
}
Expand Down

0 comments on commit 2129d88

Please sign in to comment.