mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 05:58:25 +00:00
settings: Open group setting typeahead when its label has been clicked.
Add an event listener so that clicking on its label will open the typeahead. Fixes part of #21769.
This commit is contained in:
@@ -591,6 +591,7 @@ export function set_up_handlers(): void {
|
|||||||
});
|
});
|
||||||
|
|
||||||
set_up_group_setting_widgets();
|
set_up_group_setting_widgets();
|
||||||
|
settings_components.enable_opening_typeahead_on_clicking_label($container);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function initialize(): void {
|
export function initialize(): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user