Skip to content

Commit c5d2fa5

Browse files
committed
disable WIP joystick for move lists
1 parent e77fc71 commit c5d2fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Frontend/pages/move_list.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class _EditMoveState extends ConsumerState<EditMove> with TickerProviderStateMix
359359
shrinkWrap: true,
360360
controller: scrollController,
361361
children: [
362-
Joystick(
362+
/* Joystick(
363363
disableRecenterOnDragEnd: true,
364364
includeInitialAnimation: false,
365365
initialOffset: calculateInitialJoystickPosition(
@@ -383,7 +383,7 @@ class _EditMoveState extends ConsumerState<EditMove> with TickerProviderStateMix
383383
widget.move.rightServo = positions.right;
384384
});
385385
},
386-
),
386+
), */
387387
ListTile(
388388
title: Text(convertToUwU(sequencesEditLeftServo())),
389389
leading: const Icon(Icons.turn_slight_left),

0 commit comments

Comments
 (0)