We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77fc71 commit c5d2fa5Copy full SHA for c5d2fa5
lib/Frontend/pages/move_list.dart
@@ -359,7 +359,7 @@ class _EditMoveState extends ConsumerState<EditMove> with TickerProviderStateMix
359
shrinkWrap: true,
360
controller: scrollController,
361
children: [
362
- Joystick(
+ /* Joystick(
363
disableRecenterOnDragEnd: true,
364
includeInitialAnimation: false,
365
initialOffset: calculateInitialJoystickPosition(
@@ -383,7 +383,7 @@ class _EditMoveState extends ConsumerState<EditMove> with TickerProviderStateMix
383
widget.move.rightServo = positions.right;
384
});
385
},
386
- ),
+ ), */
387
ListTile(
388
title: Text(convertToUwU(sequencesEditLeftServo())),
389
leading: const Icon(Icons.turn_slight_left),
0 commit comments