mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 11:05:31 +08:00
fix(vscode): show sandbox tooltip immediately on hover
This commit is contained in:
@@ -69,7 +69,12 @@ export const SandboxButtonBase: Component<SandboxButtonBaseProps> = (props) => {
|
||||
language.t(props.enabled ? "prompt.action.sandbox.enabled" : "prompt.action.sandbox.disabled"))
|
||||
|
||||
return (
|
||||
<Tooltip value={tooltip()} contentClass={unavailable() ? undefined : props.tooltipClass} placement="top">
|
||||
<Tooltip
|
||||
value={tooltip()}
|
||||
contentClass={unavailable() ? undefined : props.tooltipClass}
|
||||
placement="top"
|
||||
openDelay={0}
|
||||
>
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="small"
|
||||
|
||||
Reference in New Issue
Block a user