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

@@ -36,7 +36,7 @@ const LinkedItemsButton = ({ linkingController, onClickPreprocessing }: Props) =
open={isLinkingPanelOpen}
className="pb-2"
>
<LinkedItemsPanel item={activeItem} isOpen={isLinkingPanelOpen} />
<LinkedItemsPanel item={activeItem} />
</Popover>
</>
)