mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: resolve merge conflict in draggable-item.tsx
This commit is contained in:
@@ -158,7 +158,7 @@ function PlusButton({
|
|||||||
onClick?: () => void;
|
onClick?: () => void;
|
||||||
tooltipText?: string;
|
tooltipText?: string;
|
||||||
}) {
|
}) {
|
||||||
return (
|
const button = (
|
||||||
<Button
|
<Button
|
||||||
size="icon"
|
size="icon"
|
||||||
className={cn("absolute bottom-2 right-2 size-4", className)}
|
className={cn("absolute bottom-2 right-2 size-4", className)}
|
||||||
@@ -172,4 +172,6 @@ function PlusButton({
|
|||||||
<Plus className="!size-3" />
|
<Plus className="!size-3" />
|
||||||
</Button>
|
</Button>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
return button;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user