Skip to content

Commit

Permalink
add item to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkE16 committed Feb 4, 2025
1 parent e9706c8 commit d2ca58b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/CanvasPane/CanvasPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ const CanvasPane: FC = () => {
decreaseScale,
changeX,
changeY,
getActiveLayer
getActiveLayer,
shiftKey
]);

return (
Expand Down

0 comments on commit d2ca58b

Please sign in to comment.