mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: tag changed without saving
This commit is contained in:
@@ -129,7 +129,7 @@ class _SnippetEditPageState extends State<SnippetEditPage>
|
||||
_tags = p0;
|
||||
}),
|
||||
s: _s,
|
||||
tagSuggestions: [..._provider.tags],
|
||||
allTags: [..._provider.tags],
|
||||
onRenameTag: (old, n) => setState(() {
|
||||
_provider.renameTag(old, n);
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user