datepicker fix

This commit is contained in:
Yuri Kuznetsov
2025-04-30 19:38:23 +03:00
parent 9fd4d78485
commit d75ff87824
+4
View File
@@ -65,6 +65,10 @@ function uiAppInit() {
/** @type {HTMLElement} */
const dropdownElement = $dropdown.get(0);
if (!dropdownElement) {
return;
}
const height = $dropdown.outerHeight();
const width = $dropdown.outerWidth();