mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
Fix tooltip showing on both sides of file picker (#2124)
fix tooltip showing on both sides of file picker
This commit is contained in:
parent
fd16773295
commit
df248d40d9
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ export default function WorkspaceFileRow({
|
|||
}`}
|
||||
>
|
||||
<div
|
||||
data-tooltip-id={`directory-item-${item.url}`}
|
||||
data-tooltip-id={`ws-directory-item-${item.url}`}
|
||||
className="col-span-10 w-fit flex gap-x-[4px] items-center relative"
|
||||
>
|
||||
<File
|
||||
|
@ -77,7 +77,7 @@ export default function WorkspaceFileRow({
|
|||
)}
|
||||
</div>
|
||||
<Tooltip
|
||||
id={`directory-item-${item.url}`}
|
||||
id={`ws-directory-item-${item.url}`}
|
||||
place="bottom"
|
||||
delayShow={800}
|
||||
className="tooltip invert z-99"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue