@eclipse-glsp/client 2.5.0-next.418 → 2.5.0-next.419

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -247,6 +247,7 @@
247
247
  border-style: solid;
248
248
  border-width: 1px;
249
249
  border-color: #bbb;
250
+ user-select: none;
250
251
  }
251
252
 
252
253
  .sprotty text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp/client",
3
- "version": "2.5.0-next.418+daca681",
3
+ "version": "2.5.0-next.419+794ab72",
4
4
  "description": "A sprotty-based client for GLSP",
5
5
  "keywords": [
6
6
  "eclipse",
@@ -46,7 +46,7 @@
46
46
  "watch": "tsc -w"
47
47
  },
48
48
  "dependencies": {
49
- "@eclipse-glsp/sprotty": "2.5.0-next.418+daca681",
49
+ "@eclipse-glsp/sprotty": "2.5.0-next.419+794ab72",
50
50
  "autocompleter": "^9.1.2",
51
51
  "file-saver": "^2.0.5",
52
52
  "lodash": "4.17.21",
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "daca6812b3cac934626ea056b8f0ca17c2fb61f8"
66
+ "gitHead": "794ab72beb83a43cda94e301351963b070b77015"
67
67
  }