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 2fe81d8 commit ca518f2Copy full SHA for ca518f2
src/js/Draw/L.PM.Draw.Text.js
@@ -81,7 +81,7 @@ Draw.Text = Draw.extend({
81
// remove event listener to sync hint marker
82
this._map.off('mousemove', this._syncHintMarker, this);
83
84
- this._map.off('mousemove', this._showHintMarker, this);
+ this._map.off('mousemove', this._showHintMarkerAfterMoving, this);
85
86
// toggle the draw button of the Toolbar in case drawing mode got disabled without the button
87
this._map.pm.Toolbar.toggleButton(this.toolbarButtonName, false);
0 commit comments