mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
ea729ca2af
Bring Multi-Selection UI Back GitOrigin-RevId: a0e086da98bb1de88cb2e96ddc2acfd5240a01a7
9 lines
200 B
Text
9 lines
200 B
Text
div(
|
|
ng-controller="FileViewController"
|
|
ng-show="ui.view == 'file'"
|
|
ng-if="openFile && editor.multiSelectedCount === 0"
|
|
)
|
|
file-view(
|
|
file='file'
|
|
store-references-keys='storeReferencesKeys'
|
|
)
|