Multiselect
This commit is contained in:
parent
1519fb89a4
commit
9ff797a161
|
|
@ -351,13 +351,6 @@ class _EntityListState extends State<EntityList> {
|
||||||
(listUIState.selectedIds ?? <String>[]).length,
|
(listUIState.selectedIds ?? <String>[]).length,
|
||||||
),
|
),
|
||||||
if (isDesktop(context)) ...[
|
if (isDesktop(context)) ...[
|
||||||
/*
|
|
||||||
Flexible(
|
|
||||||
child: Text(localization.countSelected
|
|
||||||
.replaceFirst(':count', '$countSelected')),
|
|
||||||
),
|
|
||||||
SizedBox(width: 16),
|
|
||||||
*/
|
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 8),
|
padding: const EdgeInsets.symmetric(horizontal: 8),
|
||||||
child: Text('($countSelected)'),
|
child: Text('($countSelected)'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue