fix: tag switcher ui (#974)

Fixes #964
This commit is contained in:
lollipopkit🏳️‍⚧️
2025-12-07 17:29:12 +08:00
committed by GitHub
parent 99fda8b747
commit 6458e736fa

View File

@@ -62,6 +62,7 @@ class _SnippetListPageState extends ConsumerState<SnippetListPage> with Automati
tags: snippetState.tags.vn,
onTagChanged: (tag) => _tag.value = tag,
initTag: _tag.value,
singleLine: true,
),
body: _buildSnippetList(snippets, tag),
floatingActionButton: FloatingActionButton(