diff --git a/lib/pages/dynamics/widgets/vote.dart b/lib/pages/dynamics/widgets/vote.dart index 5622020af..e2caab52c 100644 --- a/lib/pages/dynamics/widgets/vote.dart +++ b/lib/pages/dynamics/widgets/vote.dart @@ -234,7 +234,7 @@ class _VotePanelState extends State { ), ), ), - if (_enabled) + if (_enabled || selected) Positioned( right: 4, top: 4,