@eclass/ui-kit 1.51.10 → 1.51.11
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/eclass-ui-kit.es.js
CHANGED
|
@@ -35603,7 +35603,7 @@ const CalendarDropdownContainer = ({
|
|
|
35603
35603
|
return;
|
|
35604
35604
|
targetElement.style.display = isMenuOpen ? "none" : "";
|
|
35605
35605
|
}
|
|
35606
|
-
}, [isMenuOpen]);
|
|
35606
|
+
}, [isMobile, isMenuOpen, onlyToCalendar]);
|
|
35607
35607
|
const onClose = () => {
|
|
35608
35608
|
closeAndMarkSeen();
|
|
35609
35609
|
setMenuOpen(false);
|