We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c597b commit a37d513Copy full SHA for a37d513
google-map-marker.html
@@ -315,7 +315,7 @@
315
},
316
317
_clickEventsChanged: function() {
318
- if (this.map) {
+ if (this.marker) {
319
if (this.clickEvents) {
320
this._forwardEvent('click');
321
this._forwardEvent('dblclick');
@@ -329,7 +329,7 @@
329
330
331
_dragEventsChanged: function() {
332
333
if (this.dragEvents) {
334
this._forwardEvent('drag');
335
this._forwardEvent('dragend');
@@ -343,7 +343,7 @@
343
344
345
_mouseEventsChanged: function() {
346
347
if (this.mouseEvents) {
348
this._forwardEvent('mousedown');
349
this._forwardEvent('mousemove');
0 commit comments