5.0.0-beta.10

This commit is contained in:
ahocevar
2018-03-29 12:03:29 +02:00
parent 1c3ca5812b
commit c9f0f6f773
2 changed files with 5 additions and 5 deletions

View File

@@ -44,10 +44,10 @@
}
.ol-selectable {
-webkit-touch-callout: default;
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.ol-grabbing {
cursor: -webkit-grabbing;

View File

@@ -1,6 +1,6 @@
{
"name": "ol",
"version": "5.0.0-beta.9",
"version": "5.0.0-beta.10",
"description": "OpenLayers mapping library",
"main": "index.js",
"module": "index.js",