mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user