mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
add fixme
This commit is contained in:
parent
4f03bdd94b
commit
7d22ef3c8d
1 changed files with 2 additions and 0 deletions
|
@ -766,6 +766,8 @@ class FactEditor(object):
|
|||
def onPreview(self):
|
||||
PreviewDialog(self.parent, self.deck, self.fact)
|
||||
|
||||
# FIXME: in some future version, we should use a different delimiter, as
|
||||
# [sound] et al conflicts
|
||||
def onCloze(self):
|
||||
src = self.focusedEdit()
|
||||
if not src:
|
||||
|
|
Loading…
Reference in a new issue