Set pointerEvents style programmatically instead of relying on ol.css
This commit is contained in:
@@ -72,9 +72,9 @@ class FullScreen extends Control {
|
||||
const options = opt_options ? opt_options : {};
|
||||
|
||||
super({
|
||||
element: document.createElement('div'),
|
||||
target: options.target,
|
||||
});
|
||||
this.createElement();
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user