Re-focus editor after clicking suggestion

This commit is contained in:
Alasdair Smith 2018-05-21 10:35:43 +01:00
parent c2d7809e05
commit 309792401f

View file

@ -51,3 +51,6 @@ define [
row, startColumn,
row, endColumn
), newWord)
# Bring editor back into focus after clicking on suggestion
@editor.focus()