Anki/qt/aqt/operations
Damien Elmes 1ece868d02 shift keep-current-selection logic into sidebar's refresh()
By calling refresh() manually after performing an op, we were refreshing
twice, and the selection was being lost when changes were made outside
of the sidebar.

Also drop the after_hooks arg to perform_op(), since nothing is using
it now.
2021-04-06 11:18:13 +10:00
..
__init__.py more perform_op() tweaks 2021-04-06 10:14:11 +10:00
card.py more perform_op() tweaks 2021-04-06 10:14:11 +10:00
collection.py move operations into submodule 2021-04-03 16:26:10 +10:00
deck.py shift keep-current-selection logic into sidebar's refresh() 2021-04-06 11:18:13 +10:00
note.py more perform_op() tweaks 2021-04-06 10:14:11 +10:00
scheduling.py move operations into submodule 2021-04-03 16:26:10 +10:00
tag.py shift keep-current-selection logic into sidebar's refresh() 2021-04-06 11:18:13 +10:00