dtable-ui-component 6.0.117-beta.11 → 6.0.117-beta.12

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.
@@ -24,12 +24,6 @@ const DTableDropdownMenu = _ref => {
24
24
  flip: false,
25
25
  container: document.body
26
26
  });
27
- customMenuProps.modifiers = [{
28
- name: 'preventOverflow',
29
- options: {
30
- boundary: document.body
31
- }
32
- }, ...((customMenuProps === null || customMenuProps === void 0 ? void 0 : customMenuProps.modifiers) || [])];
33
27
  if (container) {
34
28
  customMenuProps.container = container;
35
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.117-beta.11",
3
+ "version": "6.0.117-beta.12",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.8",