We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bc36bf + 22e232e commit b16f5bfCopy full SHA for b16f5bf
src/mapml/handlers/ContextMenu.js
@@ -34,7 +34,7 @@ export var ContextMenu = L.Handler.extend({
34
callback:this._toggleControls,
35
},
36
{
37
- text:"Copy Coordinates (<kbd>C</kbd>) >",
+ text:"Copy Coordinates (<kbd>C</kbd>) <span aria-hidden='true'>></span>",
38
callback:this._copyCoords,
39
hideOnSelect:false,
40
popup:true,
0 commit comments