typeahead: Prevent opening typeahead on click for topic edit fields.

This commit is contained in:
Sayam Samal
2025-02-28 06:17:59 +05:30
committed by Tim Abbott
parent a265fe2bc2
commit 0a2d17f7fa

View File

@@ -1359,6 +1359,7 @@ export function initialize_topic_edit_typeahead(
getCustomItemClassname() { getCustomItemClassname() {
return "topic-edit-typeahead"; return "topic-edit-typeahead";
}, },
showOnClick: false,
}); });
} }