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:
joseph
2024-11-19 21:12:20 +00:00
committed by Tim Abbott
parent 9aaa7719fa
commit ca650368bc

View File

@@ -591,6 +591,7 @@ export function set_up_handlers(): void {
});
set_up_group_setting_widgets();
settings_components.enable_opening_typeahead_on_clicking_label($container);
}
export function initialize(): void {