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 c2d5c32 commit 0d71274Copy full SHA for 0d71274
src/components/workspace/elements/polyline.tsx
@@ -90,6 +90,7 @@ const Polyline: React.FC<IPolylineProps> = forwardRef(
90
props.className,
91
consumer.styles?.elements?.shape?.base?.className,
92
consumer.mode === "user" && sectionObject && "cursor-pointer filter hover:brightness-[1.05]",
93
+ consumer.mode === "user" && !sectionObject && "pointer-events-none",
94
sectionObject && consumer.styles?.elements?.section?.base?.className,
95
sectionObject?.freeSeating && consumer.styles?.elements?.section?.freeSeating?.className
96
)}
src/stories/customization.mdx
@@ -1,5 +1,4 @@
1
import { Meta } from "@storybook/blocks";
2
-import { Button } from "../components";
3
4
5
0 commit comments