chore: fix linked items panel input focus

This commit is contained in:
Aman Harwara
2023-08-09 13:47:22 +05:30
parent 48ee9ad16e
commit eafd624763
3 changed files with 10 additions and 9 deletions

View File

@@ -128,7 +128,7 @@ const ItemLinksCell = ({ item }: { item: DecryptedItemInterface }) => {
align="start"
className="py-2"
>
<LinkedItemsPanel isOpen={contextMenuVisible} item={item} />
<LinkedItemsPanel item={item} />
</Popover>
</>
)