refactor: 🚨 please the almighty linter

This commit is contained in:
Josh Corbett 2024-03-05 20:19:19 -07:00 committed by psychedelicious
parent 4301a3d6fd
commit 4eefed12f0

View File

@ -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()) {