mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
fix deleting in editor
This commit is contained in:
parent
5a433d94e0
commit
e6721c145b
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ where id in (%s)""" % ",".join([
|
|||
self.deck.setUndoStart(n)
|
||||
self.deck.deleteCards(cards)
|
||||
self.deck.setUndoEnd(n)
|
||||
self.updateAfterCardChange(reset=True)
|
||||
self.updateSearch()
|
||||
|
||||
def addTags(self):
|
||||
tags = ui.utils.getOnlyText(_("Enter tag(s) to add:"), self)
|
||||
|
|
Loading…
Reference in a new issue