@seafile/seafile-sdoc-editor 3.0.184 → 3.0.185

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.
@@ -43,7 +43,7 @@ var RevisionOperation = function RevisionOperation(_ref) {
43
43
  id: targetId
44
44
  }), /*#__PURE__*/_react["default"].createElement(_reactstrap.UncontrolledPopover, {
45
45
  target: targetId,
46
- className: "sdoc-menu-popover sdoc-dropdown-menu sdoc-revision-menu-popover",
46
+ className: "sdoc-dropdown-menu sdoc-revision-menu-popover",
47
47
  trigger: "legacy",
48
48
  placement: "bottom-start",
49
49
  hideArrow: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-sdoc-editor",
3
- "version": "3.0.184",
3
+ "version": "3.0.185",
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.184",
32
+ "@seafile/sdoc-editor": "^3.0.185",
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": "1680d7fa415087a10d89404a1b797df65c5f3f3f"
48
+ "gitHead": "7757dcd0169d411ec4ea7cce55c66a7a1514f97b"
49
49
  }