mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
make sure to consider tags when checking if cards empty
This commit is contained in:
parent
3933e14c1b
commit
1eb20be6e3
1 changed files with 2 additions and 0 deletions
|
@ -778,6 +778,8 @@ priority != 0 and due < :now and spaceUntil > :now""",
|
|||
empty[k] = u""
|
||||
empty["text:"+k] = u""
|
||||
local["text:"+k] = u""
|
||||
empty['tags'] = ""
|
||||
local['tags'] = fact.tags
|
||||
try:
|
||||
if format % local == format % empty:
|
||||
ok = False
|
||||
|
|
Loading…
Reference in a new issue