Improve move summary screen UI

No longer automatically enter move rearrange when tabbing to move list
This commit is contained in:
Jacob Knispel 2024-05-20 03:05:52 -05:00
parent 1254ca5c4c
commit 1489ef9521

View File

@ -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