#651: PanZoom should not block mouseup. Reviewed by tschaub.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3766 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -117,8 +117,6 @@ OpenLayers.Control.PanZoom.prototype =
|
||||
|
||||
OpenLayers.Event.observe(btn, "mousedown",
|
||||
this.buttonDown.bindAsEventListener(btn));
|
||||
OpenLayers.Event.observe(btn, "mouseup",
|
||||
this.doubleClick.bindAsEventListener(btn));
|
||||
OpenLayers.Event.observe(btn, "dblclick",
|
||||
this.doubleClick.bindAsEventListener(btn));
|
||||
OpenLayers.Event.observe(btn, "click",
|
||||
|
||||
Reference in New Issue
Block a user