mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Re-focus editor after clicking suggestion
This commit is contained in:
parent
c2d7809e05
commit
309792401f
1 changed files with 3 additions and 0 deletions
|
@ -51,3 +51,6 @@ define [
|
|||
row, startColumn,
|
||||
row, endColumn
|
||||
), newWord)
|
||||
|
||||
# Bring editor back into focus after clicking on suggestion
|
||||
@editor.focus()
|
||||
|
|
Loading…
Reference in a new issue