Skip to content

Commit

Permalink
allow L.ImageOverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
trafficonese committed Aug 25, 2020
1 parent cd28209 commit aeb167d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/htmlwidgets/lfx-contextmenu/leaflet.contextmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ L.Mixin.ContextMenu = {
}
};

var classes = [L.Marker, L.Path],
var classes = [L.Marker, L.Path, L.ImageOverlay],
defaultOptions = {
contextmenu: false,
contextmenuItems: [],
Expand Down

0 comments on commit aeb167d

Please sign in to comment.