@seafile/seafile-editor 1.0.84-alpha3 → 1.0.84-alpha5

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.
@@ -107,6 +107,7 @@ const LongTextInlineEditor = _ref => {
107
107
  isInline: true,
108
108
  ref: editorRef,
109
109
  value: value.text,
110
+ onSave: handelAutoSave,
110
111
  editorApi: editorApi,
111
112
  onContentChanged: onContentChanged,
112
113
  onExpandEditorToggle: openEditorDialog
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-editor",
3
- "version": "1.0.84alpha3",
3
+ "version": "1.0.84alpha5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -222,5 +222,6 @@
222
222
  "Font_style": "Styl písma",
223
223
  "Open_link": "Open link",
224
224
  "Image_is_uploading": "Image is uploading",
225
- "Image_loading_failed": "Image loading failed"
225
+ "Image_loading_failed": "Image loading failed",
226
+ "Expand_editor": "Expand editor"
226
227
  }
@@ -222,5 +222,6 @@
222
222
  "Font_style": "Schriftschnitt",
223
223
  "Open_link": "Open link",
224
224
  "Image_is_uploading": "Image is uploading",
225
- "Image_loading_failed": "Image loading failed"
225
+ "Image_loading_failed": "Image loading failed",
226
+ "Expand_editor": "Expand editor"
226
227
  }
@@ -222,5 +222,6 @@
222
222
  "Font_style": "Font style",
223
223
  "Open_link": "Open link",
224
224
  "Image_is_uploading": "Image is uploading",
225
- "Image_loading_failed": "Image loading failed"
225
+ "Image_loading_failed": "Image loading failed",
226
+ "Expand_editor": "Expand editor"
226
227
  }
@@ -222,5 +222,6 @@
222
222
  "Font_style": "Font style",
223
223
  "Open_link": "Open link",
224
224
  "Image_is_uploading": "Image is uploading",
225
- "Image_loading_failed": "Image loading failed"
225
+ "Image_loading_failed": "Image loading failed",
226
+ "Expand_editor": "Expand editor"
226
227
  }
@@ -222,5 +222,6 @@
222
222
  "Font_style": "Font style",
223
223
  "Open_link": "Ouvrir le lien",
224
224
  "Image_is_uploading": "Image is uploading",
225
- "Image_loading_failed": "Image loading failed"
225
+ "Image_loading_failed": "Image loading failed",
226
+ "Expand_editor": "Expand editor"
226
227
  }
@@ -222,5 +222,6 @@
222
222
  "Font_style": "Font style",
223
223
  "Open_link": "Open link",
224
224
  "Image_is_uploading": "Image is uploading",
225
- "Image_loading_failed": "Image loading failed"
225
+ "Image_loading_failed": "Image loading failed",
226
+ "Expand_editor": "Expand editor"
226
227
  }
@@ -222,5 +222,6 @@
222
222
  "Font_style": "Стиль шрифта",
223
223
  "Open_link": "Открыть ссылку",
224
224
  "Image_is_uploading": "Изображение загружается",
225
- "Image_loading_failed": "Image loading failed"
225
+ "Image_loading_failed": "Ошибка загрузки изображения",
226
+ "Expand_editor": "Expand editor"
226
227
  }
@@ -222,5 +222,6 @@
222
222
  "Font_style": "字体样式",
223
223
  "Open_link": "打开链接",
224
224
  "Image_is_uploading": "图片正在上传",
225
- "Image_loading_failed": "图片加载失败"
225
+ "Image_loading_failed": "图片加载失败",
226
+ "Expand_editor": "展开编辑器"
226
227
  }