Resolve some test failures

This commit is contained in:
Greg Gianforcaro
2020-12-09 01:17:19 -05:00
parent 99f23caf03
commit 92f93e8e94
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class KeyboardZoom extends Interaction {
charCode == '+'.charCodeAt(0) ? this.delta_ : -this.delta_;
const view = map.getView();
zoomByDelta(view, delta, undefined, this.duration_);
mapBrowserEvent.preventDefault();
mapBrowserEvent.originalEvent.preventDefault();
stopEvent = true;
}
}