feat: Added linked items container & autocomplete input to file preview modal

This commit is contained in:
Aman Harwara
2023-01-05 15:32:18 +05:30
parent 496525ef61
commit 22c6e2c56c
4 changed files with 27 additions and 11 deletions

View File

@@ -905,7 +905,10 @@ class NoteView extends AbstractComponent<NoteViewProps, State> {
</div>
)}
</div>
<LinkedItemBubblesContainer linkingController={this.viewControllerManager.linkingController} />
<LinkedItemBubblesContainer
item={this.note}
linkingController={this.viewControllerManager.linkingController}
/>
</div>
)}