mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Always keep doc_id update to date in track changes
This commit is contained in:
parent
077266b7c9
commit
81cb986f89
1 changed files with 1 additions and 1 deletions
|
@ -40,8 +40,8 @@ define [
|
|||
|
||||
bindToFileTreeEvents: () ->
|
||||
@ide.fileTreeManager.on "open:doc", (doc_id) =>
|
||||
if @enabled
|
||||
@doc_id = doc_id
|
||||
if @enabled
|
||||
@updateDiff()
|
||||
|
||||
AB_BUCKETS: ["control", "one-week", "pop-up"]
|
||||
|
|
Loading…
Reference in a new issue