olivierkes / manuskript

A open-source tool for writers
http://www.theologeek.ch/manuskript
GNU General Public License v3.0
1.71k stars 226 forks source link

Crash on spellcheck context menu #1224 #1226

Closed drmousse closed 7 months ago

drmousse commented 9 months ago

Pull request for issue 1224: Right clicking on unknown words (for spellchecker pyspellchecker and symspellpy) lead to crash. In these cases the object was None and therefore not iterable. The fix in code should solve this issue.

MatHuf commented 9 months ago

Commenting to add a link to the issue so this PR shows up as mentioned there: https://github.com/olivierkes/manuskript/issues/1224