mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
style(vscode): format Agent Manager tab rendering
This commit is contained in:
@@ -174,7 +174,13 @@ export function renderNewTabButton(deps: NewTabButtonDeps): JSX.Element {
|
||||
return (
|
||||
<Show when={deps.contextSelected()}>
|
||||
<div class="am-split-button am-tab-add-split">
|
||||
<TooltipKeybind title={deps.newSessionLabel} keybind={deps.kb().newTab ?? ""} placement="top" gutter={8} openDelay={0}>
|
||||
<TooltipKeybind
|
||||
title={deps.newSessionLabel}
|
||||
keybind={deps.kb().newTab ?? ""}
|
||||
placement="top"
|
||||
gutter={8}
|
||||
openDelay={0}
|
||||
>
|
||||
<IconButton
|
||||
icon="plus"
|
||||
size="small"
|
||||
|
||||
Reference in New Issue
Block a user