Merge pull request #168 from luoliyan/dont-register-nonexistent-tags
Don't register non-existent tags
This commit is contained in:
commit
7aa8499850
@ -89,6 +89,7 @@ class TagManager:
|
||||
if not newTags:
|
||||
return
|
||||
# cache tag names
|
||||
if add:
|
||||
self.register(newTags)
|
||||
# find notes missing the tags
|
||||
if add:
|
||||
|
Loading…
Reference in New Issue
Block a user