Restore click handler state in deactivate. r=erilem (closes #3217)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11807 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -515,6 +515,8 @@ OpenLayers.Handler.Click = OpenLayers.Class(OpenLayers.Handler, {
|
||||
this.clearTimer();
|
||||
this.down = null;
|
||||
this.first = null;
|
||||
this.last = null;
|
||||
this.touch = false;
|
||||
deactivated = true;
|
||||
}
|
||||
return deactivated;
|
||||
|
||||
Reference in New Issue
Block a user