Set pointerEvents style programmatically instead of relying on ol.css

This commit is contained in:
Andreas Hocevar
2020-04-16 17:34:40 +02:00
parent 12043e147c
commit 7f6258dd0d
14 changed files with 27 additions and 22 deletions
+1 -1
View File
@@ -48,9 +48,9 @@ class ZoomSlider extends Control {
const options = opt_options ? opt_options : {};
super({
element: document.createElement('div'),
render: options.render,
});
this.createElement();
/**
* @type {!Array.<import("../events.js").EventsKey>}