mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +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() {
|
getCustomItemClassname() {
|
||||||
return "topic-edit-typeahead";
|
return "topic-edit-typeahead";
|
||||||
},
|
},
|
||||||
|
showOnClick: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user