@seafile/sdoc-editor 2.0.152 → 2.0.153

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.
@@ -168,7 +168,7 @@ var SelectSdocFileDialog = function SelectSdocFileDialog(_ref) {
168
168
  }, [isOpenSearch]);
169
169
  return /*#__PURE__*/_react["default"].createElement(_reactstrap.Modal, {
170
170
  isOpen: true,
171
- autoFocus: false,
171
+ autoFocus: true,
172
172
  zIndex: 1071,
173
173
  returnFocusAfterClose: false,
174
174
  className: "sdoc-file-select-dialog",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "2.0.152",
3
+ "version": "2.0.153",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -71,5 +71,5 @@
71
71
  "publishConfig": {
72
72
  "access": "public"
73
73
  },
74
- "gitHead": "ea73f0a42a69dfa1b8a4d6e7ff92db88f3ecd85c"
74
+ "gitHead": "dbab1f4a9fd50159ce80084c0499c7af633b3e6e"
75
75
  }