chore: fix linked items panel input focus
This commit is contained in:
@@ -36,7 +36,7 @@ const LinkedItemsButton = ({ linkingController, onClickPreprocessing }: Props) =
|
||||
open={isLinkingPanelOpen}
|
||||
className="pb-2"
|
||||
>
|
||||
<LinkedItemsPanel item={activeItem} isOpen={isLinkingPanelOpen} />
|
||||
<LinkedItemsPanel item={activeItem} />
|
||||
</Popover>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user