chore: add doc

This commit is contained in:
Prateek Sunal 2024-04-29 18:19:29 +05:30
parent 35672eeec0
commit f065481d47

View file

@ -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
},
),
],