-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changed some variable declarations in Leaflet.DistortableImage/src/components/DistortableImage.Keymapper.js #1123
Conversation
Thanks for opening this pull request! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jesutobi....thank you for working on this. Could you please undo the changes in the leaflet.distortableimage.js
file. Only the DistortableImage.Keymapper.js
file should be changed. Thank you!
@PeculiarE i would do that right now,thanks, but i dont know how that happened becasue i only focused on leaflet.distortableimage.js...do i need to create a new pull request? |
@PeculiarE i have done it as you requested |
Hi @jesutobi....please accept and commit the suggested change by clicking on the Once this is done, your PR will be ready to merge. Thank you, and great work so far! |
changing variable declarations Co-authored-by: Peculiar Erhisohwode <[email protected]>
@PeculiarE thank you, i have added the suggested change |
Thank you @jesutobi...but the build is failing due to indentation issues. An extra space was omitted in the initial commit. So, once again, please accept and commit the suggested change by clicking on the |
fixing indentation issues Co-authored-by: Peculiar Erhisohwode <[email protected]>
@PeculiarE thank you, i am sorry for the many bugs 😥, i just commited the suggested changes |
It's okay @jesutobi....thanks for sticking with it ❤️ |
@PeculiarE, i still see the "merging is blocked" is there something else i didnt take note off ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done once again! @jesutobi
@TildaDares ....this is ready to merge. Thank you!
Oh, don't worry about it. Merging can only be done by those with the appropriate repo permissions |
thanks you |
1 similar comment
thanks you |
okay |
Congrats on merging your first pull request! 🙌🎉⚡️ Help others take their first stepNow that you've merged your first pull request, you're the perfect person to help someone else out with this challenging first step. 🙌 Try looking at this list of `first-timers-only` issues, and see if someone else is waiting for feedback, or even stuck! 😕 People often get stuck at the same steps, so you might be able to help someone get unstuck, or help lead them to some documentation that'd help. Reach out and be encouraging and friendly! 😄 🎉 Read about how to help support another newcomer here, or find other ways to offer mutual support here. |
Congratulations on merging your PR @jesutobi 🎉 |
Thank you for the reviews @PeculiarE! |
Congratulations @jesutobi 🎊 |
thank you :) |
thanks |
@TildaDares I have fixed the issues in ..... Fixes #1086
https://github.com/publiclab/Leaflet.DistortableImage/issues/1086.
in this directory Leaflet.DistortableImage/src/components/DistortableImage.Keymapper.js
I changed the variable declaration on line 42 from "var" to const
I changed the variable declaration on line 45 from "var" to let
I changed the variable declaration on line 52 from "var" to const
I changed the variable declaration on line 66 from "var" to const
I changed the variable declaration on line 131 from "var" to const