mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
commit
35563bebc2
1 changed files with 1 additions and 0 deletions
|
@ -546,6 +546,7 @@ class Editor(object):
|
|||
(type, num) = str.split(":", 1)
|
||||
self.enableButtons()
|
||||
self.currentField = int(num)
|
||||
runHook("editFocusGained", self.note, self.currentField)
|
||||
# state buttons changed?
|
||||
elif str.startswith("state"):
|
||||
(cmd, txt) = str.split(":", 1)
|
||||
|
|
Loading…
Reference in a new issue