@hkdigital/lib-core 0.4.69 → 0.4.70

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.
@@ -165,7 +165,7 @@ class DragState {
165
165
  if (dropZone && dropZone.config.canDrop) {
166
166
  const dragData = this.getDraggable(event);
167
167
 
168
- console.debug('handleDropAtPoint', event, dragData);
168
+ // console.debug('handleDropAtPoint', event, dragData);
169
169
 
170
170
 
171
171
  if (dragData && dropZone.config.element) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-core",
3
- "version": "0.4.69",
3
+ "version": "0.4.70",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"