mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
typeahead: Prevent opening typeahead on click for topic edit fields.
This commit is contained in:
@@ -1359,6 +1359,7 @@ export function initialize_topic_edit_typeahead(
|
||||
getCustomItemClassname() {
|
||||
return "topic-edit-typeahead";
|
||||
},
|
||||
showOnClick: false,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user