@seafile/sdoc-editor 2.0.113 → 2.0.115

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.
@@ -14,7 +14,10 @@ var handleTitleBar = exports.handleTitleBar = function handleTitleBar(params) {
14
14
  eventBus.dispatch('ViewOrEdit', {
15
15
  isEdit: true
16
16
  });
17
- return true;
17
+ } else {
18
+ eventBus.dispatch('ViewOrEdit', {
19
+ isEdit: false
20
+ });
18
21
  }
19
22
  return true;
20
23
  };
@@ -131,7 +131,7 @@ function SearchList(_ref) {
131
131
  className: "sdoc-search-list-wrapper"
132
132
  }, /*#__PURE__*/_react["default"].createElement(_reactstrap.Input, {
133
133
  innerRef: inputWrapperRef,
134
- placeholder: t('Search_action'),
134
+ placeholder: t('Search_1'),
135
135
  onChange: onChange,
136
136
  onCompositionStart: onCompositionStart,
137
137
  onCompositionEnd: onCompositionEnd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "2.0.113",
3
+ "version": "2.0.115",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "aa952b646d7aaf2970a52c4845c055a642064c12"
73
+ "gitHead": "90b92ce7a4734fb67256a9b67aa78596f6160f70"
74
74
  }