Unselect word on close word zoom card (#3451)

This commit is contained in:
Kelrap 2025-07-14 11:47:37 -04:00 committed by GitHub
parent 6809063a81
commit 245471f7a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,9 +74,8 @@ class WordZoomWidget extends StatelessWidget {
child: MouseRegion(
cursor: SystemMouseCursors.click,
child: GestureDetector(
onTap: () => overlayController.updateSelectedSpan(
token.text,
),
onTap: () =>
overlayController.updateSelectedSpan(null),
child: const Icon(
Icons.close,
size: 16.0,