@kdcloudjs/kdesign 1.7.33-stable.11 → 1.7.33-stable.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.
package/dist/kdesign.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.7.33-stable.10
3
+ * @kdcloudjs/kdesign v1.7.33-stable.11
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -2506,7 +2506,7 @@ function usePopper(locatorElement, popperElement, props) {
2506
2506
  setArrowPos(_arrowPos);
2507
2507
  setNextPlacement(currentPlacement);
2508
2508
  }
2509
- }, [locatorRef, popperRef, container, trigger, mousePos, autoPlacement, gap, arrowOffset, arrowSize, arrowWidth]);
2509
+ }, [locatorRef, popperRef, container, trigger, mousePos, autoPlacement, gap, arrowOffset, arrowSize, arrowWidth, align === null || align === void 0 ? void 0 : align.left, align === null || align === void 0 ? void 0 : align.top]);
2510
2510
  Object(react__WEBPACK_IMPORTED_MODULE_18__["useEffect"])(function () {
2511
2511
  if (canAlign) {
2512
2512
  alignPopper();