fix: update mismatched keys to show xp animation on collection (#3577)
This commit is contained in:
parent
fdf6659be4
commit
15d3eb9cd7
2 changed files with 2 additions and 2 deletions
|
|
@ -549,7 +549,7 @@ class MessageOverlayController extends State<MessageSelectionOverlay>
|
|||
xp: ConstructUseTypeEnum.click.pointValue,
|
||||
),
|
||||
],
|
||||
targetID: token.text.uniqueKey,
|
||||
targetID: "word-zoom-card-${selectedToken!.text.uniqueKey}",
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ class WordZoomWidget extends StatelessWidget {
|
|||
true &&
|
||||
overlayController.hideWordCardContent;
|
||||
|
||||
String get transformTargetId => "newer-word-overlay-${token.text.uniqueKey}";
|
||||
String get transformTargetId => "word-zoom-card-${token.text.uniqueKey}";
|
||||
|
||||
LayerLink get layerLink =>
|
||||
MatrixState.pAnyState.layerLinkAndKey(transformTargetId).link;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue