mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
clear undo queue on sync
https://forums.ankiweb.net/t/ios-ipad-sync-failure-with-filtered-decks/1617/34
This commit is contained in:
parent
06275478e0
commit
177ced7a31
1 changed files with 1 additions and 0 deletions
|
@ -890,6 +890,7 @@ title="%s" %s>%s</button>""" % (
|
||||||
self.media_syncer.start()
|
self.media_syncer.start()
|
||||||
|
|
||||||
def on_collection_sync_finished():
|
def on_collection_sync_finished():
|
||||||
|
self.col.clearUndo()
|
||||||
self.reset()
|
self.reset()
|
||||||
after_sync()
|
after_sync()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue