dont sort selected draft container to front

This commit is contained in:
Fabian Freund
2025-10-02 15:01:25 +02:00
parent 4698338e93
commit 821839ef8b
2 changed files with 13 additions and 8 deletions
@@ -60,6 +60,7 @@ class ContainerDraftSuggestionsScreen extends HookConsumerWidget {
height: 48,
child: SelectableChips(
deleteIcon: false,
sortSelectedFirst: false,
itemId: (container) => container,
itemAvatar: (container) =>
const Icon(MdiIcons.creation, size: 20),