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
+4 -4
View File
@@ -44,10 +44,10 @@
} }
.ol-selectable { .ol-selectable {
-webkit-touch-callout: default; -webkit-touch-callout: default;
-webkit-user-select: auto; -webkit-user-select: text;
-moz-user-select: auto; -moz-user-select: text;
-ms-user-select: auto; -ms-user-select: text;
user-select: auto; user-select: text;
} }
.ol-grabbing { .ol-grabbing {
cursor: -webkit-grabbing; cursor: -webkit-grabbing;
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "ol", "name": "ol",
"version": "5.0.0-beta.9", "version": "5.0.0-beta.10",
"description": "OpenLayers mapping library", "description": "OpenLayers mapping library",
"main": "index.js", "main": "index.js",
"module": "index.js", "module": "index.js",