Skip to content
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

fix: deal with the modifier key under macOS #1785

Merged
merged 1 commit into from
May 1, 2024

Conversation

davidbgk
Copy link
Contributor

@davidbgk davidbgk commented May 1, 2024

No description provided.

@@ -392,7 +392,7 @@ U.EditControl = L.Control.extend({
'mouseover',
function () {
map.ui.tooltip({
content: `${L._('Switch to edit mode')} (<kbd>Ctrl+E</kbd>)`,
content: map.help.displayLabel('TOGGLE_EDIT'),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ This is not exactly the exact same message here, it was Switch to edit mode and now Toggle edit mode.

@davidbgk davidbgk force-pushed the fix-modifier-macos branch from 195ff4f to d00c394 Compare May 1, 2024 15:40
@yohanboniface yohanboniface merged commit 85e2a8e into master May 1, 2024
4 checks passed
@yohanboniface yohanboniface deleted the fix-modifier-macos branch May 1, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants