Set touch-action to allow page scrolling

This commit is contained in:
Andreas Hocevar
2019-10-24 16:03:23 +02:00
parent 599835e818
commit cc24ec1be6
4 changed files with 50 additions and 4 deletions

View File

@@ -61,7 +61,6 @@ class MapBrowserEventHandler extends EventTarget {
this.down_ = null;
const element = this.map_.getViewport();
element.setAttribute('touch-action', 'none');
/**
* @type {number}