@worktile/theia 21.1.0 → 21.1.1

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.
@@ -14691,7 +14691,8 @@ class TheImage extends TheBaseElement {
14691
14691
  Transforms.setNodes(this.editor, {
14692
14692
  type: ElementKinds.image,
14693
14693
  width: this.imageEntry.width,
14694
- height: this.imageEntry.height
14694
+ height: this.imageEntry.height,
14695
+ reSized: this.imageEntry.reSized
14695
14696
  }, { at: this.selection });
14696
14697
  }
14697
14698
  }