Skip to content

Commit

Permalink
fix: set block svg to pointerEvents: none
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Nov 23, 2023
1 parent ae6dcb1 commit e6e0763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/visual-flow/src/view/block.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const rootStyles = makeStyles({

const svgClassName = makeResetStyles({
position: "absolute",
pointerEvents: "none",
...shorthands.overflow("visible"),
});

Expand Down

0 comments on commit e6e0763

Please sign in to comment.