el-text-editor 0.0.95 → 0.0.96

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.
@@ -185,6 +185,7 @@ class ElTextEditorComponent {
185
185
  document.addEventListener('fullscreenchange', this.onFullscreenChange);
186
186
  }
187
187
  ngOnInit() {
188
+ console.log("back", this.backgroundImage);
188
189
  this.init_Func(this.editorText);
189
190
  document.addEventListener('selectionchange', () => {
190
191
  this.checkActiveStates();