Only load labels from current doc if change is local

This commit is contained in:
Shane Kilkelly 2017-06-05 11:09:58 +01:00
parent f29320dd93
commit 51881dbbcc

View file

@ -27,6 +27,7 @@ define [
lineUpToCursor = @editor.getSession().getTextRange(range)
commandFragment = getLastCommandFragment(lineUpToCursor)
if (
!change.remote and
change.action in ['remove', 'insert'] and
((_.any(change.lines, (line) -> line.match(/\\label\{[^\}\n\\]{0,80}\}/))) or
(commandFragment?.length > 2 and commandFragment.slice(0,7) == '\\label{'))