feat: add "Upload and link file" button to linking panel

This commit is contained in:
Aman Harwara
2022-10-26 00:35:50 +05:30
parent 189d70c1b6
commit f48c3f9582
4 changed files with 52 additions and 3 deletions

View File

@@ -999,6 +999,7 @@ class NoteView extends PureComponent<NoteViewProps, State> {
filesController={this.viewControllerManager.filesController}
linkingController={this.viewControllerManager.linkingController}
onClickPreprocessing={this.ensureNoteIsInsertedBeforeUIAction}
featuresController={this.viewControllerManager.featuresController}
/>
<ChangeEditorButton
application={this.application}