Skip to content
Snippets Groups Projects
Commit e6af2f76 authored by Shyam Bhatt's avatar Shyam Bhatt Committed by Jesse Baker
Browse files

Issue #3472483: Adjust title position when dragging a component

parent b99d3f02
No related branches found
No related tags found
1 merge request!286Adjust title position when dragging a component by updating tooltip delayDuration.
Pipeline #279000 failed
......@@ -4,6 +4,7 @@
}
.listItem {
padding: 0 7px 0 16px;
cursor: grab;
font-size: 14px;
}
......@@ -31,4 +32,5 @@
.ComponentPreviewTrigger {
width: 100%;
padding: 14px 0;
}
......@@ -205,7 +205,7 @@ const ListItem: React.FC<{
onMouseEnter={() => handleMouseEnter(item)}
>
<Tooltip.Provider>
<Tooltip.Root>
<Tooltip.Root delayDuration={0}>
<Tooltip.Trigger
asChild
className={clsx(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment