-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Correct player trade initialization order
Reverted the initialization logic of the `initTrade` function to ensure that the current player's pieces and descriptions are displayed before other players' sections. Adjusted the DOM insertion order to maintain the required sequence: - "Your Pieces" and related elements for the current player - Divider - "Other Players' Pieces" and related elements This change restores the correct display order of player trade information as per the original functionality.
- Loading branch information
Showing
1 changed file
with
46 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters