We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee24f57 commit 80991f9Copy full SHA for 80991f9
1 file changed
packages/ai-native/src/browser/widget/inline-chat/inline-chat.handler.ts
@@ -459,7 +459,7 @@ export class InlineChatHandler extends Disposable {
459
return (this.diffPreviewer as LiveInlineDiffPreviewer).onPartialEditEvent;
460
}
461
462
- accpetAllPartialEdits() {
+ acceptAllPartialEdits() {
463
this.diffPreviewer.handleAction(EResultKind.ACCEPT);
464
465
0 commit comments