jdlorimer / incremental-reading

Anki add-on providing incremental reading features
https://ankiweb.net/shared/info/935264945
ISC License
216 stars 38 forks source link

Fix issue when quickkey unset #64

Closed ghost closed 6 years ago

ghost commented 6 years ago

Unsetting a quickkey would change the current index of self.textFieldComboBox, which would call _updateSourceFieldComboBox(), which would have modelName = "", model = None then raise the issue 'NoneType object is not subscriptable' because of model['flds']