hotfix(ui): always show checkbox icon in Label Quick search dropdown

This commit is contained in:
dab246
2026-02-02 11:47:15 +07:00
committed by Dat H. Pham
parent 90c04a38d6
commit 548c43baff
2 changed files with 7 additions and 2 deletions
@@ -221,7 +221,7 @@ class _PopupMenuItemActionWidgetState extends State<PopupMenuItemActionWidget> {
child: Row(
children: [
if (iconWidget != null) iconWidget,
if (!isArrangeRTL && isSelected && selectedIconWidget != null)
if (!isArrangeRTL && selectedIconWidget != null)
Padding(
padding: const EdgeInsetsDirectional.only(end: 16),
child: selectedIconWidget,