mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #7301 from overleaf/ta-ii-outline-filename-fix
Fix File Outilne after Switching to Binary Files GitOrigin-RevId: 3b349399cb90dd911381c27522a5ca067312f621
This commit is contained in:
parent
9b71561814
commit
d968810a27
1 changed files with 0 additions and 6 deletions
|
@ -31,12 +31,6 @@ class OutlineManager {
|
|||
this.broadcastChangeEvent()
|
||||
})
|
||||
|
||||
scope.$watch('openFile.name', openFileName => {
|
||||
this.isTexFile = isValidTeXFile(openFileName)
|
||||
this.updateOutline()
|
||||
this.broadcastChangeEvent()
|
||||
})
|
||||
|
||||
scope.$on('doc:changed', () => {
|
||||
this.updateOutline()
|
||||
this.broadcastChangeEvent()
|
||||
|
|
Loading…
Reference in a new issue