json-object-editor 0.10.434 → 0.10.435

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.
Files changed (2) hide show
  1. package/capp/capp.css +1 -0
  2. package/package.json +1 -1
package/capp/capp.css CHANGED
@@ -381,6 +381,7 @@ capp-menu-label{
381
381
  height: 50px;
382
382
  min-width: 50px;
383
383
  text-align: center;
384
+ user-select: none;
384
385
  }
385
386
 
386
387
  capp-header > capp-menu > capp-menu-label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-object-editor",
3
- "version": "0.10.434",
3
+ "version": "0.10.435",
4
4
  "description": "JOE the Json Object Editor | Platform Edition",
5
5
  "main": "app.js",
6
6
  "scripts": {