Skip to content

Commit

Permalink
Fixes broken right-click menu due to CSS selector change in the ESRI …
Browse files Browse the repository at this point in the history
…API as of version 3.15
  • Loading branch information
tmcgee committed Apr 2, 2016
1 parent 958cc57 commit ff21f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/js/viewer/_WidgetsMixin.js
Expand Up @@ -131,7 +131,7 @@ define([
if (!this.mapRightClickMenu) {
this.mapRightClickMenu = new Menu({
targetNodeIds: [this.map.root],
selector: '.layersDiv' // restrict to map only
selector: '.esriMapLayers' // restrict to map only
});
this.mapRightClickMenu.startup();
}
Expand Down

0 comments on commit ff21f6f

Please sign in to comment.