mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 12:40:09 +01: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
@ -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…
Reference in New Issue
Block a user