Skip to content

Commit 6f6eb3e

Browse files
author
gemini2035
committed
fix: hot fix
1 parent 7d15d6a commit 6f6eb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/editor/operator/sheet/SheetOperatorItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const OperatorItem = ({
5151
{name}
5252
</p>
5353
</>
54-
{!horizontal && selected && onPinHandle && (
54+
{!horizontal && selected && !!onPinHandle && (
5555
<div
5656
className="absolute top-2 right-2"
5757
onClick={(e) => e.stopPropagation()}

0 commit comments

Comments
 (0)