-
When I copy a card, the order of processing events is as follows: add-card → send API → duplicate-card. It’s strange that the duplicate-card event comes after add-card. Shouldn’t it handle the copied data in the duplicate-card event, and then send the request in the add-card event?
-
When I inspect the data in the duplicate-card event, only the label property of the card object is available, and modifying or adding properties has no effect.
I don’t quite understand the sequence of events and their roles.