@seafile/sdoc-editor 1.0.111 → 1.0.112

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.
@@ -282,6 +282,7 @@ const Image = _ref => {
282
282
  placeholder: t('Caption'),
283
283
  autoComplete: "off",
284
284
  value: caption,
285
+ disabled: readOnly,
285
286
  onBlur: onSetCaption,
286
287
  onChange: e => {
287
288
  setCaption(e.target.value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "1.0.111",
3
+ "version": "1.0.112",
4
4
  "private": false,
5
5
  "description": "This is a sdoc editor",
6
6
  "main": "dist/index.js",