Update add_word_to_spell_check.py
This commit is contained in:
parent
d4cd55d861
commit
8d20208ded
@ -38,10 +38,7 @@ class command():
|
||||
except:
|
||||
return
|
||||
|
||||
if self.env['screenData']['newCursorReview']:
|
||||
cursorPos = self.env['screenData']['newCursorReview'].copy()
|
||||
else:
|
||||
cursorPos = self.env['screenData']['newCursor'].copy()
|
||||
cursorPos = self.env['runtime']['cursorManager'].getReviewOrTextCursor()
|
||||
|
||||
# get the word
|
||||
newContent = self.env['screenData']['newContentText'].split('\n')[cursorPos['y']]
|
||||
|
Loading…
Reference in New Issue
Block a user