fix: remove null check in onSelectNewToken (#3594)

This commit is contained in:
ggurdin 2025-07-31 10:13:27 -04:00 committed by GitHub
parent dbeb36e463
commit 27546dbb7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -549,7 +549,7 @@ class MessageOverlayController extends State<MessageSelectionOverlay>
xp: ConstructUseTypeEnum.click.pointValue,
),
],
targetID: "word-zoom-card-${selectedToken!.text.uniqueKey}",
targetID: "word-zoom-card-${token.text.uniqueKey}",
),
);