mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 01:58:01 +01:00
Update src/vs/workbench/contrib/chat/browser/widget/chatListWidget.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -399,7 +399,7 @@ export class ChatListWidget extends Disposable {
|
||||
supportIcons: true,
|
||||
}));
|
||||
this._scrollDownButton.element.classList.add('chat-scroll-down');
|
||||
this._scrollDownButton.label = `$(${Codicon.arrowDown.id}) ${localize('scrollDown', "Scroll down")}`;
|
||||
this._scrollDownButton.label = `$(${Codicon.chevronDown.id})`;
|
||||
this._scrollDownButton.element.style.display = 'none'; // Hidden by default
|
||||
|
||||
this._register(this._scrollDownButton.onDidClick(() => {
|
||||
|
||||
Reference in New Issue
Block a user