ol.MapBrowserEvent: call browserEvent.{preventDefault|stopPropagation}
This commit is contained in:
@@ -81,7 +81,6 @@ ol.interaction.KeyboardPan.prototype.handleMapBrowserEvent =
|
||||
ol.coordinate.rotate(delta, rotation);
|
||||
ol.interaction.Interaction.pan(
|
||||
map, view, delta, ol.interaction.KEYBOARD_PAN_DURATION);
|
||||
keyEvent.preventDefault();
|
||||
mapBrowserEvent.preventDefault();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user