pull/1711/head
Piero Toffanin 2025-07-20 02:09:37 -04:00
rodzic 1db64499f1
commit 39fa5dad81
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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