mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 23:31:18 +08:00
FIX: select-kit refactoring
- improve mini-tag-chooser keyboard behavior - all multil select now respond to select all and left/right arrows - improve events handling - many minor tweaks
This commit is contained in:
@ -10,6 +10,6 @@ export default SelectKitHeaderComponent.extend({
|
||||
|
||||
@computed("options.showFullTitle")
|
||||
btnClassName(showFullTitle) {
|
||||
return `btn ${showFullTitle ? 'btn-icon-text' : 'no-text btn-icon'}`;
|
||||
return `btn ${showFullTitle ? "btn-icon-text" : "no-text btn-icon"}`;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user