@7shifts/sous-chef 3.44.7 → 3.44.8

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.
@@ -9513,10 +9513,8 @@ var useSelectField = function useSelectField(_ref) {
9513
9513
  } : undefined;
9514
9514
  var selectProps = {
9515
9515
  closeMenuOnScroll: function closeMenuOnScroll(e) {
9516
- if (menuShouldScrollIntoView || !e.target) {
9517
- return false;
9518
- }
9519
- return !isScrollingTheSelectMenu(e.target);
9516
+ console.log('Scroll event detected.');
9517
+ return true;
9520
9518
  },
9521
9519
  componentsProps: {
9522
9520
  testId: testId,