mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Fix task details update cache
This commit is contained in:
parent
c9f2f96a2e
commit
ce3160a88c
1 changed files with 1 additions and 0 deletions
|
@ -824,6 +824,7 @@ impl TaskwarriorTuiApp {
|
|||
let _ = self.export_tasks();
|
||||
self.export_contexts()?;
|
||||
self.update_tags();
|
||||
self.task_details.clear();
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue