diff --git a/src/components/ChatPanel.ts b/src/components/ChatPanel.ts index 415566f..7cd4fa0 100644 --- a/src/components/ChatPanel.ts +++ b/src/components/ChatPanel.ts @@ -39,6 +39,8 @@ export class ChatPanel { customPromptIndicator: HTMLSpanElement | null = null; currentStreamingNodeId: string | null; stopButton: HTMLButtonElement; + scrollToBottomBtn: HTMLButtonElement; + scrollToTopBtn: HTMLButtonElement; maxTokensInput: HTMLInputElement; maxTokensResetBtn: HTMLButtonElement; @@ -446,6 +448,16 @@ export class ChatPanel { init(): void { this.container.innerHTML = `