1
0
mirror of synced 2026-08-05 15:26:55 +00:00

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:
Sam
2023-12-02 14:20:26 +11:00
committed by GitHub
parent 3bc010b686
commit c8cd38cdda
2 changed files with 7 additions and 1 deletions
@@ -7,7 +7,7 @@ export default MultiSelectComponent.extend({
}),
content: computed(function () {
return this.commands.value;
return this.commands;
}),
value: "",