feat: multiple files selected view (#1062)

This commit is contained in:
Aman Harwara
2022-06-03 12:19:22 +05:30
committed by GitHub
parent 462199406c
commit 4caf958659
17 changed files with 399 additions and 298 deletions

View File

@@ -97,7 +97,6 @@ export class ViewControllerManager {
this.filesController = new FilesController(
application,
this.notesController,
this.selectionController,
this.filePreviewModalController,
this.eventBus,
)