fix: resolve merge conflict in draggable-item.tsx
This commit is contained in:
parent
e0a5d4860a
commit
7cbbbe1630
|
|
@ -158,7 +158,7 @@ function PlusButton({
|
|||
onClick?: () => void;
|
||||
tooltipText?: string;
|
||||
}) {
|
||||
return (
|
||||
const button = (
|
||||
<Button
|
||||
size="icon"
|
||||
className={cn("absolute bottom-2 right-2 size-4", className)}
|
||||
|
|
@ -172,4 +172,6 @@ function PlusButton({
|
|||
<Plus className="!size-3" />
|
||||
</Button>
|
||||
);
|
||||
|
||||
return button;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue