From 1489ef9521ca5edec426909a6cad7b00de50a752 Mon Sep 17 00:00:00 2001 From: Jacob Knispel Date: Mon, 20 May 2024 03:05:52 -0500 Subject: [PATCH] Improve move summary screen UI No longer automatically enter move rearrange when tabbing to move list --- src/ui/summary-ui-handler.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ui/summary-ui-handler.ts b/src/ui/summary-ui-handler.ts index 35f3e34ad78..9fcd08bd06f 100644 --- a/src/ui/summary-ui-handler.ts +++ b/src/ui/summary-ui-handler.ts @@ -621,9 +621,7 @@ export default class SummaryUiHandler extends UiHandler { this.showMoveEffect(); } else if (this.cursor===Page.MOVES) { - this.moveCursorObj = null; - this.showMoveSelect(); - this.showMoveEffect(); + this.moveCursorObj = null; } } else