Removed an unneeded call to clean in spellchecker

This commit is contained in:
Manuel Cortez 2021-04-26 09:43:24 -05:00
parent 783d54b55f
commit 3afff7eba2

View File

@ -313,7 +313,6 @@ class displayPostPresenter(base.basePresenter):
if hasattr(checker, "fixed_text"):
self.send_message("set", control="post_view", value=checker.fixed_text)
self.send_message("focus_control", control="post_view")
checker.clean()
def open_attachment(self, index):
attachment = self.attachments[index]