Multiselect

This commit is contained in:
Hillel Coren 2021-05-01 23:48:10 +03:00
parent 1519fb89a4
commit 9ff797a161
1 changed files with 0 additions and 7 deletions

View File

@ -351,13 +351,6 @@ class _EntityListState extends State<EntityList> {
(listUIState.selectedIds ?? <String>[]).length,
),
if (isDesktop(context)) ...[
/*
Flexible(
child: Text(localization.countSelected
.replaceFirst(':count', '$countSelected')),
),
SizedBox(width: 16),
*/
Padding(
padding: const EdgeInsets.symmetric(horizontal: 8),
child: Text('($countSelected)'),