@dyedurham/search-and-file-widget 1.6.11 → 1.6.12

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.
@@ -88084,9 +88084,15 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
88084
88084
  */
88085
88085
  onOntarioFormationSave(deltaData) {
88086
88086
  const oldDeltaData = this.task()?.deltaData;
88087
+ console.log("task before remove");
88088
+ console.log(this.task());
88087
88089
  if (oldDeltaData) {
88088
88090
  delete this.task()?.deltaData;
88089
88091
  }
88092
+ console.log("task after remove");
88093
+ console.log(this.task());
88094
+ console.log("new delta data");
88095
+ console.log(deltaData);
88090
88096
  this.deltaDataChange.emit(deltaData);
88091
88097
  }
88092
88098
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyedurham/search-and-file-widget",
3
- "version": "1.6.11",
3
+ "version": "1.6.12",
4
4
  "description": "",
5
5
  "main": "dnd-filing-shell.js",
6
6
  "scripts": {