settings: Remove disconnection of date-picker pop-up on scroll.

Disconnection of pop-up of date-picker for birthday on scroll of
settings is prevented.
Fixes #24924
This commit is contained in:
lapaz
2023-06-22 20:48:00 +03:00
committed by Tim Abbott
parent b13a85cdbf
commit 7ddf56514e

View File

@@ -273,6 +273,7 @@ export function initialize_custom_date_type_fields(element_id) {
altInput: true,
altFormat: "F j, Y",
allowInput: true,
static: true,
});
$(element_id)