mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 19:04:37 +00:00
Formatting
This commit is contained in:
parent
42bf7b4ae0
commit
5bbaaa0773
2 changed files with 7 additions and 6 deletions
|
|
@ -658,7 +658,7 @@ export class TextEditor implements Component {
|
|||
// For now, fall back to regular autocomplete (slash commands)
|
||||
// This can be extended later to handle command-specific argument completion
|
||||
this.tryTriggerAutocomplete(true);
|
||||
}
|
||||
}
|
||||
|
||||
private forceFileAutocomplete(): void {
|
||||
if (!this.autocompleteProvider) return;
|
||||
|
|
@ -685,7 +685,6 @@ export class TextEditor implements Component {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
private cancelAutocomplete(): void {
|
||||
this.isAutocompleting = false;
|
||||
this.autocompleteList = undefined as any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue