From 39fa5dad8148be9f3c9c9421ac7b114920e86450 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sun, 20 Jul 2025 02:09:37 -0400 Subject: [PATCH] Remove comment --- app/static/app/js/components/CropButton.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/static/app/js/components/CropButton.jsx b/app/static/app/js/components/CropButton.jsx index 358b6f71..9bf24e9f 100644 --- a/app/static/app/js/components/CropButton.jsx +++ b/app/static/app/js/components/CropButton.jsx @@ -113,7 +113,6 @@ class CropButton extends React.Component { this.setState({cropping: !cropping, shiftPressed: false}); } - // Helper function to get mouse position with optional angle snapping getMouseLatLng = (e) => { let latlng = this.map.mouseEventToLatLng(e.originalEvent); if (this.state.shiftPressed && this.latlngs.length > 0) {