mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 14:49:01 +02:00
ea729ca2af
Bring Multi-Selection UI Back GitOrigin-RevId: a0e086da98bb1de88cb2e96ddc2acfd5240a01a7
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
div(
|
|
ng-controller="FileViewController"
|
|
ng-show="ui.view == 'file'"
|
|
ng-if="openFile && editor.multiSelectedCount === 0"
|
|
)
|
|
file-view(
|
|
file='file'
|
|
store-references-keys='storeReferencesKeys'
|
|
)
|