anki/qt/aqt/browser
Damien Elmes 05adb50153 Prevent error when double-tapping delete key in browser
on_all_or_selected_rows_changed() unsets the editor note, but it is
called too late - by that time the note has already been deleted, and
the editor sometimes tries to save the deleted note due to an unfocus/
key timeout.

https://forums.ankiweb.net/t/two-suppr-lead-to-an-empty-warning/20860

Will need to check that this does not regression when #1691 is merged.
2022-06-20 11:07:38 +10:00
..
sidebar Fix various leaks (#1672) 2022-02-18 19:00:12 +10:00
table Remove redundant suffix in header key 2022-06-20 10:26:42 +10:00
__init__.py new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
browser.py Prevent error when double-tapping delete key in browser 2022-06-20 11:07:38 +10:00
card_info.py Add back support for custom mountpoint in card stats 2022-04-15 15:30:05 +10:00
find_and_replace.py Import submodules directly (#1662) 2022-02-13 13:40:47 +10:00
find_duplicates.py Import submodules directly (#1662) 2022-02-13 13:40:47 +10:00
previewer.py Fix JS drop event not firing in the reviewer (#1906) 2022-06-10 23:33:53 +10:00