mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 03:23:10 +00:00
Check response exists before calling method
This commit is contained in:
parent
d550ede112
commit
ada614cc69
1 changed files with 2 additions and 1 deletions
|
@ -341,7 +341,8 @@ define [
|
|||
response = getChkTex()
|
||||
|
||||
# display the combined result
|
||||
response.finally annotateFiles
|
||||
if response?
|
||||
response.finally annotateFiles
|
||||
|
||||
getRootDocOverride_id = () ->
|
||||
doc = ide.editorManager.getCurrentDocValue()
|
||||
|
|
Loading…
Reference in a new issue