Skip to content

Commit

Permalink
feat: improved file drag-n-drop experience (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Oct 19, 2022
1 parent 0282a79 commit e99c7b7
Show file tree
Hide file tree
Showing 20 changed files with 547 additions and 1,035 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ const ApplicationView: FunctionComponent<Props> = ({ application, mainApplicatio
notesController={viewControllerManager.notesController}
selectionController={viewControllerManager.selectionController}
searchOptionsController={viewControllerManager.searchOptionsController}
linkingController={viewControllerManager.linkingController}
/>
<NoteGroupView application={application} />
</FileDragNDropProvider>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e99c7b7

Please sign in to comment.