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 9bf4450 commit 7d15d6aCopy full SHA for 7d15d6a
src/components/editor/operator/sheet/SheetOperatorItem.tsx
@@ -51,7 +51,7 @@ export const OperatorItem = ({
51
{name}
52
</p>
53
</>
54
- {!horizontal && selected && (
+ {!horizontal && selected && onPinHandle && (
55
<div
56
className="absolute top-2 right-2"
57
onClick={(e) => e.stopPropagation()}
0 commit comments