mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 22:50:46 +02:00
c5312fd5da
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'
|
|
)
|