We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d15d6a commit 6f6eb3eCopy full SHA for 6f6eb3e
src/components/editor/operator/sheet/SheetOperatorItem.tsx
@@ -51,7 +51,7 @@ export const OperatorItem = ({
51
{name}
52
</p>
53
</>
54
- {!horizontal && selected && onPinHandle && (
+ {!horizontal && selected && !!onPinHandle && (
55
<div
56
className="absolute top-2 right-2"
57
onClick={(e) => e.stopPropagation()}
0 commit comments