Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinNagpal committed Oct 28, 2021
1 parent 1c7ba12 commit 2c2e079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Shapes/withShapeWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const withShapeWrapper = (
<DecoratedShape
{...props}
isMouseOver={mouseHovered}
isInSelectionMode={isInSelectionMode}
onMouseEnter={() => {
if (!isInSelectionMode) setMouseHovered(true);
}}
Expand Down

0 comments on commit 2c2e079

Please sign in to comment.