Johannes Rieken
2023-11-27 15:32:07 +01:00
committed by GitHub
parent 84d1e11bb6
commit 2c13662a9e

View File

@@ -66,7 +66,7 @@ export class StartSessionAction extends EditorAction2 {
if (arg && InlineChatRunOptions.isInteractiveEditorOptions(arg)) {
options = arg;
}
InlineChatController.get(editor)?.run(options);
InlineChatController.get(editor)?.run({ ...options });
}
}