mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Use popup instance variable like Ace autocompleter does
This commit is contained in:
parent
8094c5fb72
commit
3802df5cfa
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ define [
|
|||
# is likely to end up with `\href{}ref{}`
|
||||
if !data?
|
||||
completions = this.completions
|
||||
popup = editor.completer.popup
|
||||
popup = this.popup
|
||||
data = popup.getData(popup.getRow())
|
||||
data.completer =
|
||||
insertMatch: (editor, matchData) ->
|
||||
|
|
Loading…
Reference in a new issue