Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TildaDares authored Oct 11, 2022
2 parents 12b782d + 7c91b5e commit 72e2852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edit/handles/DistortHandle.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ L.DistortHandle = L.EditHandle.extend({
},

_onHandleDrag() {
var overlay = this._handled;
let overlay = this._handled;

overlay.setCorner(this._corner, this.getLatLng());
},
Expand Down

0 comments on commit 72e2852

Please sign in to comment.