mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix a typo: prefxi
=> prefix
This commit is contained in:
parent
e1efc3a7b5
commit
b0ff8e0745
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ define [
|
|||
|
||||
labelsManager = @labelsManager
|
||||
LabelsCompleter =
|
||||
getCompletions: (editor, session, pos, prefxi, callback) ->
|
||||
getCompletions: (editor, session, pos, prefix, callback) ->
|
||||
upToCursorRange = new Range(pos.row, 0, pos.row, pos.column)
|
||||
lineUpToCursor = editor.getSession().getTextRange(upToCursorRange)
|
||||
commandFragment = getLastCommandFragment(lineUpToCursor)
|
||||
|
|
Loading…
Reference in a new issue