Bug Report
Hello, while testing the plugin for our project, I encountered an issue:
When using common events like CardReward_XXXXX to obtain cards, there is a small probability of cards being selected out of order.
Example:
A B C D E ← → OOO
F G H I J F
K L MNO
When I select card F from the left window, the middle separator displays card F, and upon confirmation, the right window adds card F.
However, when I select card G from the left window, the middle separator still displays card F, and upon confirmation, the right window adds card F again.
When I select card H from the left window, the middle separator displays card G, and upon confirmation, the right window adds card G.
When I select card I from the left window, the middle separator displays card H, and upon confirmation, the right window adds card H.
When I select card J from the left window, the middle separator displays card I, and upon confirmation, the right window adds card I...
Before reaching the card with the error message, specifically before the position of card G, card selection behaves normally.
Other feedback:
This bug also occurs when selecting cards in the card classification. It causes misalignment after encountering cards with error messages.There will be no misalignment if that specific error card is not present in the classification.
The core plugin version being used is v1.6.1.