FIX: command selector behavior stopped working (#330)
When moving ai-command-selector from gjs to js the underlying behavior changed, this corrects it and adds a test case.
This commit is contained in:
@@ -7,7 +7,7 @@ export default MultiSelectComponent.extend({
|
||||
}),
|
||||
|
||||
content: computed(function () {
|
||||
return this.commands.value;
|
||||
return this.commands;
|
||||
}),
|
||||
|
||||
value: "",
|
||||
|
||||
Reference in New Issue
Block a user