@ones-editor/editor 0.0.7-beta.53 → 0.0.7-beta.55

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.
package/dist/index.js CHANGED
@@ -53115,9 +53115,7 @@ ${codeText}
53115
53115
  enable(block) {
53116
53116
  if (isImageBlock(block)) {
53117
53117
  const object = ImageObject.getImageObject(this.editor, block);
53118
- if (this.editor.isBlockWritable(block)) {
53119
- object.tryEnableResizer();
53120
- }
53118
+ object.tryEnableResizer();
53121
53119
  }
53122
53120
  }
53123
53121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "0.0.7-beta.53",
3
+ "version": "0.0.7-beta.55",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",