mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
@@ -145,7 +145,7 @@ export class DropdownWidget {
|
||||
`${this.widget_selector}, ${this.widget_wrapper_id}`,
|
||||
(e) => {
|
||||
if (e.key === "Enter") {
|
||||
$(this.widget_selector).trigger("click");
|
||||
$(this.widget_selector)[0]?.click();
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user