el-text-editor 0.0.44 → 0.0.45

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.
@@ -1100,7 +1100,7 @@ class ElTextEditorComponent {
1100
1100
  break;
1101
1101
  case 'create-document':
1102
1102
  this.imageEdit.emit();
1103
- data = { editIMG: true, from: 'createDocument', index: this.selectedItemIndex, id: this.editorFrom.id, sectionId: this.editorFrom.sectionId };
1103
+ data = { editIMG: true, from: 'createDocument', index: this.selectedItemIndex, id: this.editorFrom.id, section: this.editorFrom.section, reportSectionId: this.editorFrom.reportSectionId };
1104
1104
  // this.openDialog(data)
1105
1105
  const compressedData3 = compress(JSON.stringify(this.imageEditUrl));
1106
1106
  const compressedData4 = compress(this.editorText);