Skip to content

Commit b16f5bf

Browse files
authored
Merge pull request #241 from Malvoz/submenu-char-hidden
context menu: hide decorative character from ATs
2 parents 5bc36bf + 22e232e commit b16f5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapml/handlers/ContextMenu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export var ContextMenu = L.Handler.extend({
3434
callback:this._toggleControls,
3535
},
3636
{
37-
text:"Copy Coordinates (<kbd>C</kbd>) >",
37+
text:"Copy Coordinates (<kbd>C</kbd>) <span aria-hidden='true'>></span>",
3838
callback:this._copyCoords,
3939
hideOnSelect:false,
4040
popup:true,

0 commit comments

Comments
 (0)