Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ykdojo committed Oct 24, 2024
1 parent aad9b24 commit 48cc7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/chat/chat-view/ChatsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export class ChatsController implements vscode.Disposable {
provider = this.panel
// For now, always use the side panel if it's visible.
// TODO: Let activeEditor be able to become this.panel,
// thus handling them both the side panel and a webview panel the same way.
// thus handling both the side panel and a webview panel the same way.
} else if (submitType === 'continue-chat' && this.panel.isVisible()) {
provider = this.panel
} else if (submitType === 'continue-chat' && this.activeEditor?.webviewPanelOrView?.visible) {
Expand Down

0 comments on commit 48cc7da

Please sign in to comment.