@seafile/seafile-sdoc-editor 3.0.156 → 3.0.158
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.
|
@@ -171,7 +171,9 @@ var MoreOperations = function MoreOperations(_ref) {
|
|
|
171
171
|
placeholder: t('Full_width_mode'),
|
|
172
172
|
className: "sdoc-full-width-mode-wrapper w-100",
|
|
173
173
|
onChange: onSwitchMode
|
|
174
|
-
})), /*#__PURE__*/_react["default"].createElement(
|
|
174
|
+
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
175
|
+
className: "sdoc-operator-folder-divider"
|
|
176
|
+
}), /*#__PURE__*/_react["default"].createElement(_reactstrap.DropdownItem, {
|
|
175
177
|
className: "sdoc-dropdown-menu-item",
|
|
176
178
|
onClick: handleExportMarkdown
|
|
177
179
|
}, t('Export_as_markdown')), /*#__PURE__*/_react["default"].createElement(_reactstrap.DropdownItem, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seafile/seafile-sdoc-editor",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.158",
|
|
4
4
|
"author": "shuntian <978987373@qq.com>",
|
|
5
5
|
"homepage": "https://github.com/seafileltd/sea-sdoc-editor#readme",
|
|
6
6
|
"license": "ISC",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"description": "",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@seafile/print-js": "1.6.6",
|
|
32
|
-
"@seafile/sdoc-editor": "^3.0.
|
|
32
|
+
"@seafile/sdoc-editor": "^3.0.158",
|
|
33
33
|
"classnames": "2.3.2",
|
|
34
34
|
"dayjs": "1.10.7"
|
|
35
35
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "0982d9738347f03d8dd21732085d40c8d667b2e3"
|
|
49
49
|
}
|