@seafile/sdoc-editor 1.0.172-alpha-3 → 1.0.172-alpha-4

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.
@@ -210,7 +210,7 @@ const FileLinkInsertDialog = _ref => {
210
210
  e.stopPropagation();
211
211
  (0, _helpers.removeTempInput)(editor, element);
212
212
  const eventBus = _eventBus.default.getInstance();
213
- const createName = newFileName.trim() || t('Create_a_new_sdoc_file');
213
+ const createName = newFileName.trim();
214
214
  const external_props = {
215
215
  insertSdocFileLink: _helpers.insertSdocFileLink,
216
216
  editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "1.0.172-alpha-3",
3
+ "version": "1.0.172-alpha-4",
4
4
  "private": false,
5
5
  "description": "This is a sdoc editor",
6
6
  "main": "dist/index.js",