mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 12:00:12 +08:00
UX: Prevent some composer buttons from receiving focus (#12719)
This commit is contained in:
@ -9,6 +9,7 @@ export default DropdownSelectBoxComponent.extend({
|
||||
showFullTitle: false,
|
||||
filterable: false,
|
||||
autoFilterable: false,
|
||||
preventHeaderFocus: true,
|
||||
},
|
||||
|
||||
modifyContent(contents) {
|
||||
|
Reference in New Issue
Block a user