indicator-ui 0.0.344 → 0.0.345

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/index.js CHANGED
@@ -42467,7 +42467,7 @@ function useSmartPosition() {
42467
42467
  }
42468
42468
  };
42469
42469
  var handleInitPlacement = function handleInitPlacement(pos) {
42470
- onInitPlacement(pos);
42470
+ onInitPlacement === null || onInitPlacement === void 0 || onInitPlacement(pos);
42471
42471
  lastPlacement.current = pos;
42472
42472
  };
42473
42473
  var isEqualPos = function isEqualPos(a, b) {