json-object-editor 0.10.226 → 0.10.227

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
1
  ## CHANGELOG
2
2
 
3
3
  ### 0.10.200
4
+ 227 - no product user select
4
5
  226 - lists added new default filter
5
6
  225 - fixed list issues, capp toggle
6
7
  224 - manifest.json & capp menu
package/capp/capp.css CHANGED
@@ -27,6 +27,9 @@ clear,.clear{clear: both;}
27
27
  line-height: 1.2em;
28
28
  padding: 0.25em .75em;
29
29
  }
30
+ no-select{
31
+ user-select: none;
32
+ }
30
33
  capp-header,
31
34
  capp-panel,
32
35
  capp-dashboard,
@@ -317,7 +317,7 @@ function CraydentApp(specs, render) {
317
317
  });
318
318
  return self.Menu.add(label || 'Apps', app_items, 'capp-header', {
319
319
  labelcss: 'multi-line capp-app-title',
320
- cssclass: 'dd capp-apps-menu'
320
+ cssclass: 'dd capp-apps-menu no-select'
321
321
  });
322
322
  };
323
323
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-object-editor",
3
- "version": "0.10.226",
3
+ "version": "0.10.227",
4
4
  "description": "JOE the Json Object Editor | Platform Edition",
5
5
  "main": "app.js",
6
6
  "scripts": {