Removing unneeded preventDefault calls

This commit is contained in:
ahocevar
2012-09-26 18:26:11 +02:00
parent c7a32b33da
commit 4257f5c7c6
5 changed files with 0 additions and 10 deletions
-1
View File
@@ -68,7 +68,6 @@ ol.interaction.ShiftDragZoom.prototype.handleDragStart =
if (browserEvent.isMouseActionButton() && browserEvent.shiftKey) {
this.dragBox_ =
new ol.control.DragBox(mapBrowserEvent.map, this.startCoordinate);
browserEvent.preventDefault();
return true;
} else {
return false;