Allow user selection in overlay container

This commit is contained in:
Frederic Junod
2017-04-24 09:32:36 +02:00
parent c9303f5889
commit 8aa30ee8f6
3 changed files with 17 additions and 3 deletions

View File

@@ -10,6 +10,14 @@ goog.provide('ol.css');
ol.css.CLASS_HIDDEN = 'ol-hidden';
/**
* The CSS class that we'll give the DOM elements to have them selectable.
*
* @const
* @type {string}
*/
ol.css.CLASS_SELECTABLE = 'ol-selectable';
/**
* The CSS class that we'll give the DOM elements to have them unselectable.
*