Skip to content

Commit

Permalink
Fix: allowed polyline click through in the customer app
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jun 24, 2024
1 parent c2d5c32 commit 0d71274
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/components/workspace/elements/polyline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const Polyline: React.FC<IPolylineProps> = forwardRef(
props.className,
consumer.styles?.elements?.shape?.base?.className,
consumer.mode === "user" && sectionObject && "cursor-pointer filter hover:brightness-[1.05]",
consumer.mode === "user" && !sectionObject && "pointer-events-none",
sectionObject && consumer.styles?.elements?.section?.base?.className,
sectionObject?.freeSeating && consumer.styles?.elements?.section?.freeSeating?.className
)}
Expand Down
1 change: 0 additions & 1 deletion src/stories/customization.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Meta } from "@storybook/blocks";
import { Button } from "../components";



Expand Down

0 comments on commit 0d71274

Please sign in to comment.