mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
delay 'click to reset' message when adding cards
This commit is contained in:
parent
90145c4ee0
commit
2af65b5912
1 changed files with 1 additions and 1 deletions
|
@ -480,9 +480,9 @@ class Editor(object):
|
||||||
txt = unicode(urllib2.unquote(
|
txt = unicode(urllib2.unquote(
|
||||||
txt.encode("utf8")), "utf8", "replace")
|
txt.encode("utf8")), "utf8", "replace")
|
||||||
self.note.fields[self.currentField] = txt
|
self.note.fields[self.currentField] = txt
|
||||||
self.mw.requireReset()
|
|
||||||
if not self.addMode:
|
if not self.addMode:
|
||||||
self.note.flush()
|
self.note.flush()
|
||||||
|
self.mw.requireReset()
|
||||||
if type == "blur":
|
if type == "blur":
|
||||||
self.disableButtons()
|
self.disableButtons()
|
||||||
# run any filters
|
# run any filters
|
||||||
|
|
Loading…
Reference in a new issue