Don't remove the legacy 'tags' property

This commit is contained in:
Dustin J. Mitchell 2025-05-11 17:02:56 -04:00
parent 6c60a8db84
commit d914c15faa
No known key found for this signature in database

View file

@ -317,7 +317,6 @@ void CmdEdit::parseTask(Task& task, const std::string& after, const std::string&
// tags
value = findValue(after, "\n Tags:");
task.remove("tags");
task.setTags(split(value, ' '));
// description.