versacall-core-library-react 2.0.51 → 2.0.52

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.
@@ -103,10 +103,9 @@ function CoreToolbar(props) {
103
103
  e.preventDefault();
104
104
 
105
105
  if (!saveDisabled) {
106
- console.log('calling save');
106
+ // console.log('calling save');
107
107
  handleSave();
108
- } else {
109
- console.log('save disabled');
108
+ } else {// console.log('save disabled');
110
109
  }
111
110
  /* } else if (e.altKey && e.keyCode === 115) {
112
111
  // ALT+F4
@@ -122,8 +121,7 @@ function CoreToolbar(props) {
122
121
  } */
123
122
 
124
123
  }
125
- } else {
126
- console.log('hotkeys disabled');
124
+ } else {// console.log('hotkeys disabled');
127
125
  }
128
126
  }, [disableHotkeys, saveDisabled, handleSave]);
129
127
 
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "versacall": {
3
3
  "title": "Versacall Core Library React",
4
4
  "applicationType": "react-library",
5
- "build": 51
5
+ "build": 52
6
6
  },
7
7
  "name": "versacall-core-library-react",
8
- "version": "2.0.51",
8
+ "version": "2.0.52",
9
9
  "description": "Versacall Core Library",
10
10
  "main": "dist/index.js",
11
11
  "module": "dist/index.js",