Skip to content

Commit

Permalink
refactor: 🚨 please the almighty linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joshistoast authored and psychedelicious committed Mar 6, 2024
1 parent 4301a3d commit 4eefed1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const useCanvasWheel = (stageRef: MutableRefObject<Konva.Stage | null>) => {
// Invert the delta if the property is set to true
let delta = e.evt.deltaY;
if (shouldInvertBrushSizeScrollDirection) {
delta = -delta
delta = -delta;
}

if ($ctrl.get() || $meta.get()) {
Expand Down

0 comments on commit 4eefed1

Please sign in to comment.