mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +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:
@ -21,7 +21,7 @@ export default SingleSelectComponent.extend({
|
||||
},
|
||||
|
||||
didClickOutside() {
|
||||
if (this.get("isExpanded") === false) return;
|
||||
if (!this.get("isExpanded")) return;
|
||||
this.close();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user