Set touch-action to allow page scrolling
This commit is contained in:
@@ -61,7 +61,6 @@ class MapBrowserEventHandler extends EventTarget {
|
||||
this.down_ = null;
|
||||
|
||||
const element = this.map_.getViewport();
|
||||
element.setAttribute('touch-action', 'none');
|
||||
|
||||
/**
|
||||
* @type {number}
|
||||
|
||||
Reference in New Issue
Block a user