UX: Prevent some composer buttons from receiving focus (#12719)

This commit is contained in:
Penar Musaraj
2021-04-16 11:10:02 -04:00
committed by GitHub
parent 3157d5ee1b
commit 35f977f8a5
9 changed files with 54 additions and 14 deletions

View File

@ -9,6 +9,7 @@ export default DropdownSelectBoxComponent.extend({
showFullTitle: false,
filterable: false,
autoFilterable: false,
preventHeaderFocus: true,
},
modifyContent(contents) {