mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
2ed934120c
The annotations (error markers) were not preserved when switching between files. The setAnnotations method was being called before the document is ready -- when the document is attached to ace the content is deleted and reinserted, which caused the annotations to be removed. To fix the problem we set the annotations after attaching. |
||
---|---|---|
.. | ||
analytics | ||
directives | ||
filters | ||
ide | ||
main | ||
modules | ||
utils | ||
base.coffee | ||
ide.coffee | ||
libs.coffee | ||
main.coffee |