el-text-editor 0.0.46 → 0.0.47
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.
@@ -1152,6 +1152,7 @@ class ElTextEditorComponent {
|
|
1152
1152
|
const compressedData2 = compress(JSON.stringify(this.sanitizedContent));
|
1153
1153
|
sessionStorage.setItem('textEditor', compressedData2);
|
1154
1154
|
// alert('go to editor!')
|
1155
|
+
this.imageEdit.emit();
|
1155
1156
|
this.navigateToIMGEditor(data);
|
1156
1157
|
break;
|
1157
1158
|
case 'create-document':
|