Skip to content

Commit

Permalink
Merge commit '0eea71c6eb86b80ef6707aa2fc44c083320dbcd0' into feature/…
Browse files Browse the repository at this point in the history
…Contrast_adjustment_and_image_zoom_issue_#8800
  • Loading branch information
shinkar94 committed Dec 27, 2024
2 parents e48d822 + 0eea71c commit ace1c19
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const useCanvasControl = (canvasRef: RefObject<HTMLCanvasElement>, fullsc
setBrightness(100);
setContrast(100);
};

const handleZoomChange = useCallback(
(event: React.WheelEvent) => {
const delta = event.deltaY;
Expand Down

0 comments on commit ace1c19

Please sign in to comment.