mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Only show deleted files in track changes view
This commit is contained in:
parent
fbfd160c6d
commit
a597ebfd90
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ aside#file-tree(ng-controller="FileTreeController", ng-class="{ 'multi-selected'
|
|||
li(
|
||||
ng-class="{ 'selected': entity.selected }",
|
||||
ng-repeat="entity in deletedDocs | orderBy:'name'",
|
||||
ng-controller="FileTreeEntityController"
|
||||
ng-controller="FileTreeEntityController",
|
||||
ng-show="ui.view == 'track-changes'"
|
||||
)
|
||||
.entity
|
||||
.entity-name(
|
||||
|
|
Loading…
Reference in a new issue