mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05: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[k] = u""
|
||||||
empty["text:"+k] = u""
|
empty["text:"+k] = u""
|
||||||
local["text:"+k] = u""
|
local["text:"+k] = u""
|
||||||
|
empty['tags'] = ""
|
||||||
|
local['tags'] = fact.tags
|
||||||
try:
|
try:
|
||||||
if format % local == format % empty:
|
if format % local == format % empty:
|
||||||
ok = False
|
ok = False
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue