fix: remove null check in onSelectNewToken (#3594)

pull/2245/head
ggurdin 3 months ago committed by GitHub
parent dbeb36e463
commit 27546dbb7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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}",
),
);

Loading…
Cancel
Save