We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1ad1a commit 3a5aca8Copy full SHA for 3a5aca8
widgets/OpenExternalMap.js
@@ -272,8 +272,10 @@ define([
272
273
connectMapClick: function () {
274
this.OEMapButtonDijit.set('checked', false);
275
- this.map.setMapCursor('auto');
276
- topic.publish('mapClickMode/setDefault');
+ if (this.mapClickMode === 'externalmap') {
+ this.map.setMapCursor('auto');
277
+ topic.publish('mapClickMode/setDefault');
278
+ }
279
},
280
281
processPoint: function (point) {
0 commit comments