Skip to content

Commit

Permalink
remove mask
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Jan 17, 2025
1 parent bb38531 commit cc18fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions src/components/PixelGraph/PixelGraphCanvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const PixelGraphCanvas = ({
}}
onDoubleClick={onDoubleClick}
/>
<div
{/* <div
onDoubleClick={() => {
onDoubleClick()
}}
Expand Down Expand Up @@ -185,7 +185,7 @@ const PixelGraphCanvas = ({
))}
</div>
))}
</div>
</div> */}
</div>
)
}
Expand Down

0 comments on commit cc18fe5

Please sign in to comment.