mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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, startColumn,
|
||||||
row, endColumn
|
row, endColumn
|
||||||
), newWord)
|
), newWord)
|
||||||
|
|
||||||
|
# Bring editor back into focus after clicking on suggestion
|
||||||
|
@editor.focus()
|
||||||
|
|
Loading…
Reference in a new issue