Skip to content

Commit

Permalink
Merge branch 'publiclab:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
vanithaak authored Oct 25, 2022
2 parents 67b2862 + dfa27f3 commit 54b59a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/first-timers-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Leave a comment below!

### Is someone else already working on this?

We encourage you to link to this issue by mentioning the issue # in your pull request, so we can see if someone's already started on it. **If someone seem stuck, offer them some help!** Otherwise, [take a look at some other issues you can help with](https://publiclab.github.io/community-toolbox/#r=all). Thanks!
We encourage you to link to this issue by mentioning the issue # in your pull request, so we can see if someone's already started on it. **If someone seems stuck, offer them some help!** Otherwise, [take a look at some other issues you can help with](https://publiclab.github.io/community-toolbox/#r=all). Thanks!

(This issue was created by [First-Timers-Bot](https://github.com/hoodiehq/first-timers-bot).)
2 changes: 1 addition & 1 deletion src/edit/actions/DistortAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ L.DistortAction = L.EditAction.extend({
},

addHooks() {
var edit = this._overlay.editing;
const edit = this._overlay.editing;
edit._distortMode();
},
});

0 comments on commit 54b59a3

Please sign in to comment.