add clear_changes

This commit is contained in:
🪞👃🪞 2025-04-06 19:46:01 +03:00
parent 36423fc994
commit 38f97558a7
3 changed files with 25 additions and 17 deletions

View file

@ -12,8 +12,7 @@ impl Taggart {
}) },
press!(Enter) => match choice {
0 => {
todo!("clear modified_tag");
//self.tasks = vec![];
self.clear_changes();
self.mode = None;
},
1 => {