@seafile/seafile-editor 1.0.85-beta8 → 1.0.85-beta9

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.
@@ -103,6 +103,7 @@ const NormalEditor = _ref => {
103
103
  }, !showExpandEditor ? /*#__PURE__*/_react.default.createElement(_simpleEditor.default, {
104
104
  ref: editorRef,
105
105
  isFocus: isFocus,
106
+ isInline: true,
106
107
  value: value.text,
107
108
  onSave: handelAutoSave,
108
109
  editorApi: editorApi,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-editor",
3
- "version": "1.0.85beta8",
3
+ "version": "1.0.85beta9",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {