chore: add doc
This commit is contained in:
parent
35672eeec0
commit
f065481d47
1 changed files with 3 additions and 0 deletions
|
@ -574,6 +574,9 @@ class _EditTagDialogState extends State<EditTagDialog> {
|
|||
if (_tag.trim().isEmpty) return;
|
||||
|
||||
// traverse through all the codes and edit this tag's value
|
||||
// get all codes
|
||||
// update tag
|
||||
// addCode
|
||||
},
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue